UNPKG

jetngin-console

Version:

console package for jetngin

72 lines (71 loc) 2.03 kB
{ "name": "jetngin-console", "version": "0.0.69", "description": "console package for jetngin", "exports": "./dist/index.js", "types": "dist/index.d.ts", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "scripts": { "pr": "npm run build && npm run lint && npm run test", "clean": "tsc --build --clean", "build": "tsc --build", "watch": "tsc --watch", "lint": "eslint . --ext .ts", "fix": "eslint --fix --ext .ts .", "eslint": "eslint", "audit": "npx audit-ci --moderate", "coverage": "npx nyc --reporter=html --reporter=text-summary npm test", "coverage-ci": "nyc --reporter=lcov mocha --config .mocharc.json test/*.test.ts", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/jetngin/create-jetngin.git" }, "keywords": [ "console", "node", "jet" ], "author": "Daniel Samson <contact@jetngin.org>", "license": "MIT", "bugs": { "url": "https://github.com/jetngin/console/issues" }, "homepage": "https://nodejet.org", "devDependencies": { "@types/chai": "4.3.1", "@types/jest": "28.1.3", "@types/mocha": "9.1.1", "@types/mock-fs": "4.13.1", "@types/node": "16.11.41", "@types/sinon": "10.0.11", "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", "audit-ci": "6.3.0", "chai": "4.3.6", "eslint": "8.18.0", "eslint-config-airbnb-base": "15.0.0", "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jest": "26.5.3", "eslint-plugin-jsdoc": "39.3.3", "eslint-plugin-mocha": "10.0.5", "eslint-plugin-sonarjs": "0.13.0", "install": "0.13.0", "jest": "28.1.1", "nyc": "15.1.0", "sinon": "14.0.0", "source-map-support": "0.5.21", "ts-jest": "28.0.5", "ts-node": "10.8.1", "typescript": "4.7.4" }, "dependencies": { "@types/yargs": "^17.0.0", "change-case": "^4.1.2", "yargs": "^17.0.0" } }