UNPKG

tscli

Version:
88 lines (87 loc) 2.25 kB
{ "name": "@tscli/demo", "version": "0.1.0", "description": "TypeScript CLI generated demo project", "main": "src/main.ts", "config": { "main": "src/main.js" }, "scripts": { "ava": "ava --tap \"src/**/*/test.*.js\"|tap-summary", "ava:coverage": "nyc ava --tap \"src/**/*/test.*.js\"|tap-summary", "check": "eslint \"src/**/*.js\"", "cy:open": "cypress open", "devwatch": "gazeall --run \"node src/main.js\" \"src/**/*\"", "doc": "esdoc", "format": "prettier --write \"src/**/*.js\"", "node:debug": "node --inspect --debug-brk $npm_package_config_main", "precommit": "run-s format check", "predoc": "shx rm -rf ./docs/project && shx mkdir -p ./docs/project", "prepush": "npm run test", "start": "node $npm_package_config_main", "test": "npm run ava:coverage", "test:e2e": "nightwatch", "testwatch": "gazeall --runs-npm ava \"src/**/*\"", "web": "browser-sync start --config bs-config.js" }, "keywords": [ "javascript", "js", "nodejs", "html", "web" ], "author": "[Full name] <email-inside-brackets> (project-github-repo-inside bracker)", "license": "GPL-3.0", "repository": { "type": "git", "url": "https://github.com/<github-user-id>/<project-name>" }, "devDependencies": { "ava": "^0.22.0", "browser-sync": "^2.3.0", "core-js": "^2.5.1", "cross-env": "^5.0.5", "cross-var": "^1.0.3", "cypress": "^1.0.2", "esdoc": "^1.0.3", "esdoc-standard-plugin": "^1.0.0", "eslint": "^4.6.0", "gazeall": "^0.2.5", "husky": "^0.14.3", "nightwatch": "^0.9.16", "npm-run-all": "^4.1.1", "nyc": "^11.0.1", "prettier": "^1.6.1", "shx": "^0.2.2", "tachyons": "^4.8.1", "tap-summary": "^4.0.0" }, "dependencies": { "bunyan": "^1.8.12", "material-design-lite": "^1.3.0" }, "nyc": { "lines": 10, "statements": 10, "functions": 10, "branches": 10, "include": [ "src/**/*.js" ], "exclude": [ "src/**/*.spec.js", "src/**/test.*.js", "src/**/main.js" ], "reporter": [ "text", "lcov", "text-summary", "html" ], "cache": true, "all": true, "check-coverage": true } }