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