UNPKG

efate

Version:

javascript test fixture generator. Autofixturejs 2.0

50 lines (49 loc) 1.34 kB
{ "name": "efate", "version": "1.5.1", "description": "javascript test fixture generator. Autofixturejs 2.0", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepublishOnly": "npm run compile", "compile": "npm run clean && tsc -p .", "clean": "rm -rf dist", "precommit": "lint-staged", "test": "nyc --extension .ts mocha -r ts-node/register -r source-map-support/register src/**/*.tests.ts", "write:specs": "mocha -r ts-node/register -r source-map-support/register src/**/*.tests.ts --reporter=markdown > spec.md" }, "lint-staged": { "src/**/*.ts": [ "npm run prettier:write", "npm run lint", "git diff --exit-code --stat" ] }, "repository": { "type": "git", "url": "git+https://github.com/jcteague/efate.git" }, "keywords": [ "testing", "fixtures" ], "author": "John Teague", "license": "MIT", "bugs": { "url": "https://github.com/jcteague/efate/issues" }, "homepage": "https://github.com/jcteague/efate#efate", "dependencies": { "debug": "^4.1.1", "lodash.merge": "^4.6.2", "lodash.mergewith": "^4.6.2" }, "files": [ "dist/**/*" ], "gitHead": "66461a6effe52b37ee9f1fb67480f2fcf72e98bb", "devDependencies": { "@types/debug": "^4.1.8", "@types/lodash.merge": "^4.6.7" } }