cbfl
Version:
library that can be used to automatically find points of failure in TypeScript Modules that are tested with Mocha
51 lines (50 loc) • 1.3 kB
JSON
{
"name": "cbfl",
"version": "1.0.13",
"description": "library that can be used to automatically find points of failure in TypeScript Modules that are tested with Mocha",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"watch": "npx tsc --watch",
"lint": " npx prettier --write . && npx eslint src/**",
"prepublishOnly": "npm run lint && npm run build",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/jonasnoki/cbfl"
},
"engines": {
"node": ">=12.0.0"
},
"author": "Jonas Noack",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.3.1",
"@types/nodegit": "^0.27.3",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.1",
"lint-staged": "^11.0.1",
"prettier": "2.3.2",
"typescript": "^4.3.5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"form-data": "^4.0.0",
"nodegit": "^0.27.0",
"v8-to-istanbul": "^8.0.0"
},
"keywords": [
"Change",
"Based",
"Fault",
"Localization",
"Commit"
]
}