zx-packed
Version:
A leightweight version of zx - a tool for writing better scripts
46 lines (45 loc) • 885 B
JSON
{
"name": "zx-packed",
"version": "0.0.8",
"description": "A leightweight version of zx - a tool for writing better scripts",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"type": "module",
"bin": {
"zx": "dist/cli.mjs"
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
],
"globals": [
"./dist/globals.d.ts"
],
"cli": [
"./build/cli.d.ts"
]
}
},
"exports": {
".": "./dist/index.cjs",
"./globals": "./dist/globals.js"
},
"keywords": [],
"author": "Jan Nicklas",
"license": "Apache-2.0",
"scripts": {
"build": "npx zx-packed pack.mjs",
"patch-package": "patch-package"
},
"dependencies": {},
"devDependencies": {
"@types/node": "16",
"zx": "^7.2.3",
"esbuild": "0.19.3",
"patch-package": "8.0.0"
},
"files": [
"dist"
]
}