UNPKG

fuck-npm

Version:

Removes `node_modules` & runs `npm install`

49 lines (48 loc) 1.09 kB
{ "name": "fuck-npm", "version": "2.0.0", "description": "Removes `node_modules` & runs `npm install`", "keywords": [ "npm", "install", "node_modules", "fuck", "node", "node.js" ], "engines": { "node": ">=16" }, "bin": { "fuck-npm": "./bin/fuck-npm.js" }, "license": "MIT", "author": { "name": "Kamil Mielnik", "email": "kamil.adam.mielnik@gmail.com", "url": "https://kamilmielnik.com/" }, "repository": { "type": "git", "url": "git+https://github.com/kamilmielnik/fuck-npm.git" }, "bugs": { "url": "https://github.com/kamilmielnik/fuck-npm/issues" }, "homepage": "https://github.com/kamilmielnik/fuck-npm#readme", "scripts": { "prettier": "prettier --list-different './**/*.js'", "prettier:fix": "npm run prettier -- --write --no-list-different", "release": "np --no-tests", "start": "node ./bin/fuck-npm.js" }, "dependencies": { "chalk": "^5.0.1", "del": "^7.0.0", "yargs": "^17.5.1" }, "devDependencies": { "np": "^7.6.2", "prettier": "^2.7.1" } }