17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"name": "astro-scripts",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./index.js",
|
|
"bin": {
|
|
"astro-scripts": "./index.js"
|
|
},
|
|
"dependencies": {
|
|
"arg": "^5.0.0",
|
|
"kleur": "^4.1.4",
|
|
"esbuild": "0.13.7",
|
|
"globby": "^12.0.2",
|
|
"tar": "^6.1.0"
|
|
}
|
|
}
|