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