@gkalpak/ng-maintain-utils
Version:
A private collection of utilities for developing tools to help maintain (AngularJS-related) GitHub repositories.
41 lines (40 loc) • 1.21 kB
JSON
{
"name": "@gkalpak/ng-maintain-utils",
"version": "0.1.3",
"description": "A private collection of utilities for developing tools to help maintain (AngularJS-related) GitHub repositories.",
"keywords": [
"Private",
"Utility",
"AngularJS"
],
"main": "index",
"scripts": {
"lint": "eslint .",
"prerelease": "npm test",
"release": "gkcu-run \"npm version \\${*:patch}\"",
"postrelease": "npm publish",
"pretest": "npm run lint",
"test": "npm run test-unit && npm run test-e2e",
"test-e2e": "node scripts/run-tests --type=e2e",
"test-unit": "node scripts/run-tests --type=unit",
"test-watch": "npm run test-unit -- --watch",
"postversion": "git push && git push --tags"
},
"license": "Unlicense",
"author": "gkalpak <kalpakas.g@gmail.com>",
"homepage": "https://github.com/gkalpak/ng-maintain-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/gkalpak/ng-maintain-utils.git"
},
"dependencies": {
"chalk": "^4.1.1",
"minimist": "^1.2.5"
},
"devDependencies": {
"@gkalpak/cli-utils": "^0.1.10",
"eslint": "^7.31.0",
"eslint-plugin-jasmine": "^4.1.2",
"jasmine": "^3.8.0"
}
}