32 строки
810 B
JSON
32 строки
810 B
JSON
{
|
|
"name": "wastedrendersdetector",
|
|
"version": "2.0.1",
|
|
"author": "Microsoft Corp.",
|
|
"description": "Tool to debug wasted renders",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc",
|
|
"prepare": "yarn build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/WastedRendersDetector.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/WastedRendersDetector/issues"
|
|
},
|
|
"homepage": "https://github.com/Microsoft/WastedRendersDetector#readme",
|
|
"peerDependencies": {
|
|
"react": ">=16.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": ">=16.0.0",
|
|
"react": ">=16.0.0",
|
|
"typescript": "^3.3.1"
|
|
},
|
|
"sideEffects": false
|
|
}
|