UNPKG

verify-it

Version:

Randomised test property/data generation for NodeJS

61 lines (60 loc) 1.36 kB
{ "name": "verify-it", "version": "2.3.3", "description": "Randomised test property/data generation for NodeJS", "keywords": [ "testing", "test", "randomization", "random", "data", "property", "generation", "generator" ], "main": "index.js", "scripts": { "test": "JUNIT_REPORT_PATH=test/test-reports/report.xml nyc --all --include=index.js --include=src/*.js --include=src/*/**.js --reporter=html --reporter=text mocha test/*.js test/**/*.js", "posttest": "standard", "check-dependencies": "scripts/spdx-non-copyleft.js" }, "repository": { "type": "git", "url": "git+https://github.com/bbc/verify-it.git" }, "author": "BBC", "license": "Apache-2.0", "bugs": { "url": "https://github.com/bbc/verify-it/issues" }, "engines": { "node": ">=6" }, "homepage": "https://github.com/bbc/verify-it#readme", "dependencies": { "random-js": "^2.1.0" }, "devDependencies": { "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "license-checker": "^25.0.1", "mocha": "^11.0.1", "nyc": "^17.1.0", "spdx-copyleft": "^1.0.0", "standard": "^17.1.2", "testdouble": "^3.20.2" }, "standard": { "globals": [ "describe", "it", "verify" ] }, "files": [ "src", "index.js", "index.d.ts", "LICENSE" ] }