installist
Version:
install a list of packages
82 lines (81 loc) • 1.92 kB
JSON
{
"dependencies": {
"@types/node": "^14.14.19",
"chalk": "^4.1.1",
"execa": "^5.0.0",
"listr": "^0.14.3",
"path": "^0.12.7",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"ava": "^3.15.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.25.0",
"fs-extra": "^8.1.0",
"ghooks": "^2.0.4",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"proxyquire": "^2.1.3",
"semantic-release": "^17.4.2",
"sinon": "^10.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},
"name": "installist",
"description": "install a list of packages",
"author": "YizYah",
"bugs": "https://github.com/YizYah/installist/issues",
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/YizYah/installist",
"keywords": [
"ts-packrat",
"geenee",
"install",
"listr"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "YizYah/installist",
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"lintfix": "eslint \"src/**/*.ts\" --fix",
"posttest": "npm run view-coverage && npm run report && npm run lint",
"prepack": "rm -rf lib && tsc -b",
"test": "ava",
"build": "tsc",
"commit": "git-cz",
"report": "nyc report --reporter=json",
"semantic-release": "semantic-release",
"view-coverage": "nyc --extension .ts ava --forbid-only"
},
"files": [
"lib/**/*"
],
"types": "lib/index.d.ts",
"ava": {
"files": [
"test/**/*.test.ts"
],
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npm run test"
}
},
"version": "1.1.0"
}