0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00
astro/scripts/package.json

27 lines
532 B
JSON
Raw Normal View History

{
2021-05-03 13:26:10 -05:00
"name": "astro-scripts",
"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": {
"arg": "^5.0.2",
"esbuild": "^0.21.2",
"globby": "^14.0.1",
"kleur": "^4.1.5",
"p-limit": "^5.0.0",
"svelte": "^4.2.16",
"tar": "^7.1.0"
},
"devDependencies": {
"@octokit/action": "^7.0.0",
"del": "^7.1.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",
"tsconfig-resolver": "^3.0.1"
2021-05-03 13:26:10 -05:00
}
}