UNPKG

verify-it

Version:

Randomised test property/data generation for NodeJS

58 lines (57 loc) 1.45 kB
{ "name": "verify-it", "version": "2.4.0", "description": "Randomised test property/data generation for NodeJS", "keywords": [ "testing", "test", "randomization", "random", "data", "property", "generation", "generator" ], "main": "index.js", "types": "index.d.ts", "scripts": { "test": "npm run test:unit && npm run test:format && npm run test:types && npm run test:docs && npm run check-dependencies", "test:unit": "c8 --reporter=text --reporter=html --report-dir=coverage node --test 'test/**/*Spec.js'", "test:format": "prettier --write .", "test:types": "tsc", "test:docs": "typescript-docs-verifier", "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": { "@types/mocha": "^10.0.10", "@types/node": "^24.10.15", "c8": "^11.0.0", "license-checker": "^25.0.1", "prettier": "^3.8.1", "spdx-copyleft": "^1.0.0", "typescript": "^5.9.3", "typescript-docs-verifier": "^3.0.1" }, "files": [ "src", "index.js", "index.d.ts", "LICENSE" ] }