UNPKG

barbells

Version:

[//]: # ( ns__file unit: standard, comp: README.md )

76 lines (75 loc) 1.77 kB
{ "name": "barbells", "version": "1.4.0", "description": "", "main": "lib/index.js", "scripts": { "build": "tsc", "commit": "git-cz", "lint": "eslint \"src/**/*.ts\"", "lintfix": "eslint \"src/**/*.ts\" --fix", "test": "ava", "posttest": "npm run view-coverage && npm run report && npm run lint", "prepack": "rm -rf lib && tsc -b", "report": "nyc report --reporter=json", "semantic-release": "semantic-release", "view-coverage": "nyc --extension .ts ava --forbid-only" }, "keywords": [ "ts-packrat", "geenee" ], "author": "YizYah", "license": "MIT", "dependencies": { "@types/node": "^14.14.19", "fs-extra": "^9.1.0", "handlebars": "^4.7.7", "handlebars-helpers": "^0.10.0", "magicalstrings": "^0.0.14", "path": "^0.12.7", "tslib": "^2.0.3", "typescript": "^4.1.3" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "ava": "^3.15.0", "commitizen": "^4.2.3", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.17.0", "ghooks": "^2.0.4", "nyc": "^15.1.0", "prettier": "^2.2.1", "ts-node": "^9.1.1" }, "bugs": "https://github.com/YizYah/barbells/issues", "engines": { "node": ">=8.0.0" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/YizYah/barbells", "types": "lib/index.d.ts", "repository": "YizYah/barbells", "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" } } }