mock-uuid
Version:
Repeatable and predictable mock UUID generator for testing purposes.
37 lines (36 loc) • 766 B
JSON
{
"name": "mock-uuid",
"version": "1.1.1",
"description": "Repeatable and predictable mock UUID generator for testing purposes.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "github.com:nkholski/mock-uuid"
},
"author": "Niklas Berg",
"license": "MIT",
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/uuid": "^8.3.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"typescript": "^4.1.2",
"uuid": "^8.3.1"
},
"scripts": {
"compile": "tsc",
"test": "jest --env=node --colors --coverage test"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {},
"keywords": [
"uuid",
"mock",
"database",
"store"
]
}