astro/scripts/package.json
2023-08-24 16:34:33 +08:00

26 lines
532 B
JSON

{
"name": "astro-scripts",
"version": "0.0.14",
"private": true,
"type": "module",
"main": "./index.js",
"bin": {
"astro-scripts": "./index.js"
},
"dependencies": {
"arg": "^5.0.2",
"esbuild": "^0.19.2",
"globby": "^13.2.2",
"kleur": "^4.1.4",
"p-limit": "^4.0.0",
"svelte": "^4.2.0",
"tar": "^6.1.15"
},
"devDependencies": {
"@octokit/action": "^6.0.5",
"del": "^7.0.0",
"esbuild-plugin-copy": "^2.1.1",
"execa": "^8.0.1",
"tsconfig-resolver": "^3.0.1"
}
}