2021-04-30 16:33:35 -05:00
|
|
|
{
|
2021-05-03 12:26:10 -06:00
|
|
|
"name": "astro-scripts",
|
2023-03-07 11:49:19 -08:00
|
|
|
"version": "0.0.14",
|
2021-05-03 12:26:10 -06:00
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"main": "./index.js",
|
|
|
|
"bin": {
|
|
|
|
"astro-scripts": "./index.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-28 06:33:13 -07:00
|
|
|
"arg": "^5.0.2",
|
2023-11-21 12:09:19 +08:00
|
|
|
"esbuild": "^0.19.6",
|
|
|
|
"globby": "^14.0.0",
|
2022-03-08 15:46:11 -06:00
|
|
|
"kleur": "^4.1.4",
|
2023-11-21 12:09:19 +08:00
|
|
|
"p-limit": "^5.0.0",
|
|
|
|
"svelte": "^4.2.5",
|
2023-06-21 21:09:49 +08:00
|
|
|
"tar": "^6.1.15"
|
2022-10-12 09:48:29 -03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-24 16:34:33 +08:00
|
|
|
"@octokit/action": "^6.0.5",
|
2023-04-28 15:32:51 +09:00
|
|
|
"del": "^7.0.0",
|
2023-06-21 21:09:49 +08:00
|
|
|
"esbuild-plugin-copy": "^2.1.1",
|
2023-08-24 16:34:33 +08:00
|
|
|
"execa": "^8.0.1",
|
2022-10-12 09:48:29 -03:00
|
|
|
"tsconfig-resolver": "^3.0.1"
|
2021-05-03 12:26:10 -06:00
|
|
|
}
|
2021-04-30 16:33:35 -05:00
|
|
|
}
|