UNPKG

fxmgr

Version:

fixture-setup helper, designed mainly for bdd test-runners, (but not exclusively)

61 lines (60 loc) 1.3 kB
{ "name": "fxmgr", "version": "0.8.0", "description": "fixture-setup helper, designed mainly for bdd test-runners, (but not exclusively)", "main": "lib/index.js", "directories": { "lib": "lib" }, "files": [ "lib", "bin" ], "repository": { "type": "git", "url": "git+https://github.com/osher/fxmgr.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "e2e", "end-to-end", "tests", "setup", "teardown", "db-fixtures" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/osher/fxmgr/issues" }, "homepage": "https://github.com/osher/fxmgr#readme", "devDependencies": { "async-redis": "^1.1.7", "eslint": "^7.2.0", "eslint-min": "^0.8.6", "husky": "^4.2.5", "mocha": "^8.0.1", "mongodb": "^3.5.7", "coveralls": "^3.1.0", "nyc": "^15.1.0", "should": "^13.2.3", "versi": "^0.6.5" }, "dependencies": { "async-redis": ">=1.1.7", "mongodb": ">=3.5.7", "require-yml": "^2.0.0" }, "eslintConfig": { "extends": "./node_modules/eslint-min" }, "scripts": { "test": "mocha", "cover": "nyc mocha --reporter dot", "lint": "eslint .", "ci": "npm run lint && npm run test && npm run cover" } }