UNPKG

mock-request-animation-frame

Version:
64 lines (63 loc) 1.91 kB
{ "name": "mock-request-animation-frame", "version": "2.1.2", "description": "Helper function for Jest + RAF", "main": "./lib/index.js", "module": "./lib/index.js", "types": "./lib/index.d.ts", "scripts": { "build": "webpack --config webpack.config.js", "prepublish": "npm run build", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --check \"./**/*.{ts,tsx,js,css,json,md}\"", "format:fix": "prettier --write \"./**/*.{ts,tsx,js,css,json,md}\"", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/evargast/MockRequestAnimationFrame.git" }, "keywords": [ "react", "jest", "RAF", "request animation frame", "mock", "animation", "frame", "Adobe", "spectrum" ], "author": "Eduardo Vargas <eduardo@adobe.com>", "license": "ISC", "bugs": { "url": "https://github.com/evargast/MockRequestAnimationFrame/issues" }, "homepage": "https://github.com/evargast/MockRequestAnimationFrame#readme", "devDependencies": { "@types/jest": "^26.0.24", "@types/prettier": "^2.7.1", "@types/react": "^16.14.26", "@typescript-eslint/eslint-plugin": "^3.10.1", "@typescript-eslint/parser": "^3.10.1", "eslint": "^7.32.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.7.1", "react": "^16.14.0", "ts-loader": "^8.4.0", "typescript": "^3.9.10", "webpack": "^5.73.0", "webpack-cli": "^3.3.12" }, "dependencies": { "jest": "23 - 27" }, "peerDependencies": { "jest": "23 - 27" }, "publishConfig": { "access": "public" } }