clean-package
Version:
Removes and replaces configuration keys in 'package.json' before creating an NPM package.
70 lines (69 loc) • 1.67 kB
JSON
{
"name": "clean-package",
"description": "Removes and replaces configuration keys in 'package.json' before creating an NPM package.",
"version": "2.2.0",
"author": {
"name": "roydukkey",
"email": "contact@changelog.me",
"url": "http://changelog.me"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://roydukkey@github.com/roydukkey/clean-package.git"
},
"homepage": "https://github.com/roydukkey/clean-package#readme",
"bugs": {
"url": "https://github.com/roydukkey/clean-package/issues"
},
"keywords": [
"npm",
"pack",
"package",
"package.json",
"publish",
"clean"
],
"bin": "./bin/main.js",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"files": [
"/bin",
"/dist",
"/CHANGELOG.md",
"/LICENSE",
"/README.md",
"/common.js"
],
"config": {
"namespace": "clean-package"
},
"dependencies": {
"dot-prop": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@roydukkey/eslint-config": "^1.0.12",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.9",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-jest": "^27.1.0",
"cspell": "^5.9.0",
"eslint": "^7.32.0",
"eslint-plugin-tsdoc": "^0.2.16",
"jest": "^27.1.0",
"rollup": "^2.56.3",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-ts": "^3.0.1",
"terser": "^5.7.2",
"typescript": "^4.4.2",
"yarpm": "^1.1.1"
}
}