Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
jest-mock-proxy
/
Filename :
package.json
back
Copy
{ "name": "jest-mock-proxy", "version": "3.1.2", "description": "Mock classes and objects with the power of proxies!", "license": "MIT", "repository": "sebald/jest-mock-proxy", "keywords": [ "jest", "proxy", "test", "testing", "mock", "fixture" ], "author": "Sebastian Sebald <sebastian.sebald@gmail.com>", "engines": { "node": ">=8" }, "main": "lib/index.js", "files": [ "bin", "lib", "LICENSE", "README.md" ], "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "dependencies": {}, "peerDependencies": { "jest": ">=24" }, "devDependencies": { "@types/jest": "24.0.11", "@typescript-eslint/eslint-plugin": "1.5.0", "conventional-changelog-cli": "2.0.12", "conventional-changelog-emojis": "3.0.1", "eslint": "5.15.3", "eslint-config-prettier": "4.1.0", "eslint-config-xo": "0.26.0", "eslint-config-xo-typescript": "0.9.0", "eslint-plugin-jest": "22.4.1", "husky": "1.3.1", "jest": "24.5.0", "prettier": "1.16.4", "pretty-quick": "1.10.0", "ts-jest": "24.0.0", "typescript": "3.3.4000" }, "scripts": { "build": "tsc", "test": "jest --config jest.config.js", "clean": "rm -rf lib coverage", "typecheck": "tsc --noEmit", "lint": "eslint \"src/**/*.ts\"", "format": "prettier --write \"src/**/*.ts\"", "ci": "jest --config jest.config.js --coverage", "version": "conventional-changelog -p emojis -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md" } }