pack-all-tarballs
Version:
[](https://www.npmjs.com/package/pack-all-tarballs)
79 lines (78 loc) • 1.77 kB
JSON
{
"name": "pack-all-tarballs",
"type": "module",
"version": "0.2.5",
"packageManager": "pnpm@7.0.0",
"description": "",
"keywords": [
"npm pack",
"tarballs"
],
"homepage": "https://github.com/YuJianghao/pack-all-tarballs#readme",
"bugs": {
"url": "https://github.com/YuJianghao/pack-all-tarballs/issues"
},
"license": "MIT",
"author": "winwin2011 <yjh2011@live.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/YuJianghao/pack-all-tarballs.git"
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"bin": {
"pack-all-tarballs": "./bin/index.cjs"
},
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist",
"bin"
],
"sideEffects": false,
"scripts": {
"build": "unbuild",
"dev": "unbuild --stub",
"lint": "eslint .",
"prepublishOnly": "nr build",
"release": "bumpp --commit --push --tag && npm publish",
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.23.0",
"@antfu/ni": "^0.16.2",
"@antfu/utils": "^0.5.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^17.0.32",
"bumpp": "^7.1.1",
"eslint": "^8.15.0",
"esno": "^0.15.0",
"pnpm": "^7.0.1",
"rimraf": "^3.0.2",
"typescript": "^4.6.4",
"unbuild": "^0.7.4",
"vite": "^2.9.9",
"vitest": "^0.12.4"
},
"dependencies": {
"commander": "^9.2.0",
"execa": "5",
"js-yaml": "^4.1.0"
}
}