UNPKG

@the-standard/jest-extensions

Version:

Extensions for jest that provide expect extensions for the-standard libraries

55 lines (54 loc) 1.67 kB
{ "name": "@the-standard/jest-extensions", "version": "1.0.4", "description": "Extensions for jest that provide expect extensions for the-standard libraries", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc --project tsconfig.build.json", "clean": "rm -rf ./lib", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "postversion": "git push && git push --tags", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "test": "jest --config jest.config.js", "version": "npm run format && git add -A src" }, "repository": { "type": "git", "url": "git+https://github.com/ecoulson/standard-jest-extensions.git" }, "files": [ "lib/**/*" ], "keywords": [ "Jest", "Standard", "Exceptions", "Errors", "Testing", "Extensions" ], "author": "Evan Coulson", "license": "MIT", "bugs": { "url": "https://github.com/ecoulson/standard-jest-extensions/issues" }, "homepage": "https://github.com/ecoulson/standard-jest-extensions#readme", "devDependencies": { "@swc/core": "^1.3.15", "@swc/jest": "^0.2.23", "@types/jest": "^29.2.2", "jest": "^29.3.1", "prettier": "^2.7.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.4" }, "dependencies": { "@the-standard/exceptions": "^1.0.6", "@the-standard/types": "^1.0.1" } }