modern-node
Version:
> All-in-one development toolkit for creating node modules with Jest, Prettier, ESLint, and Standard
42 lines (41 loc) • 878 B
JSON
{
"name": "modern-node",
"version": "2.9.0",
"dependencies": {
"camelcase": "^6.0.0",
"chalk": "^4.1.0",
"execa": "^4.0.3",
"fast-glob": "^3.2.4",
"find-up": "^4.1.0",
"fs-extra": "^9.0.1",
"jest": "^26.2.2",
"jest-watch-typeahead": "^0.6.0",
"prettier-standard": "^16.4.1",
"read-pkg-up": "^7.0.1",
"username": "^5.1.0"
},
"bin": {
"modern": "./src/cli.js"
},
"scripts": {
"install": "node src/install.js",
"uninstall": "node src/uninstall.js",
"lint": "./src/cli.js lint",
"format": "./src/cli.js format",
"test": "node ./src/cli.js test",
"precommit": "./src/cli.js precommit"
},
"engines": {
"node": ">= 8"
},
"files": [
"src",
"template",
"typescript-template"
],
"license": "MIT",
"devDependencies": {
"tmp": "^0.2.1",
"typescript": "^3.9.7"
}
}