UNPKG

test-data-provider

Version:
39 lines (38 loc) 907 B
{ "name": "test-data-provider", "version": "1.0.3", "description": "simple data provider", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build", "prepublishOnly": "npm test", "version": "git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/akukowski/test-data-provider.git" }, "keywords": [ "jest", "jasmine", "test", "units", "data-provider" ], "author": "Adrian Kukowski", "license": "MIT", "bugs": { "url": "https://github.com/akukowski/test-data-provider/issues" }, "homepage": "https://github.com/akukowski/test-data-provider#readme", "devDependencies": { "@types/jest": "^27.4.1", "jest": "^27.5.1", "ts-jest": "^27.1.4", "typescript": "^4.6.3" } }