UNPKG

test-performance

Version:
52 lines (51 loc) 1.25 kB
{ "name": "test-performance", "version": "1.1.3", "description": "Simplifying testing performance", "keywords": [ "test", "testing", "performance", "perf" ], "esnext": "src/index.js", "main": "cjs/index.js", "module": "esm/index.js", "scripts": { "build": "rollup -c", "release": "standard-version", "test": "jest -c" }, "author": "Nick Heal", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nickheal/test-performance.git" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@commitlint/cli": "^9.1.2", "@commitlint/config-conventional": "^9.1.2", "@types/jest": "^26.0.13", "babel-jest": "^26.3.0", "codecov": "^3.7.2", "eslint": "^7.8.1", "eslint-config-airbnb-base": "^14.2.0", "eslint-plugin-import": "^2.22.0", "husky": "^4.3.0", "jest": "^26.4.2", "rollup": "^2.26.11", "rollup-plugin-typescript2": "^0.27.2", "standard-version": "^9.0.0", "ts-jest": "^26.3.0", "typescript": "^4.0.2", "use-multi-possibility": "^1.0.10" }, "types": "./esm/index.d.ts" }