UNPKG

simpl-schema-mockdoc

Version:

Allow to easily create mock document for jest from simpl-schema

55 lines (54 loc) 1.37 kB
{ "name": "simpl-schema-mockdoc", "version": "1.0.5", "description": "Allow to easily create mock document for jest from simpl-schema", "author": "Cambridge Software Ltd", "contributors": [ { "name": "Ben Miles", "email": "ben.miles@cambridgesoftware.com" }, { "name": "Maxime Guitet", "email": "maxime.guitet@cambridgesoftware.com" } ], "keywords": [ "node-simple-schema", "simpl-schema", "jest" ], "license": "ISC", "main": "./dist/index.js", "files": [ "dist", "README.md" ], "scripts": { "build": "rm -rf dist/** && babel index.js --out-dir dist --ignore test.js", "prepublish": "npm run build", "start": "npm prune --only=dev && npm i", "test": "jest" }, "dependencies": { "faker": "^4.1.0", "lodash": "^4.17.4", "simpl-schema": "^0.3.2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-jest": "^21.2.0", "babel-preset-env": "^1.6.0", "jest": "^21.2.1", "regenerator-runtime": "^0.11.0" }, "homepage": "https://github.com/CambridgeSoftwareLtd/simpl-schema-mockdoc", "repository": { "type": "git", "url": "https://github.com/CambridgeSoftwareLtd/simpl-schema-mockdoc.git" }, "bugs": { "url": "https://github.com/CambridgeSoftwareLtd/simpl-schema-mockdoc/issues" } }