time-analytics-webpack-plugin
Version:
analytize the time of loaders and plugins
37 lines • 813 B
JSON
{
"name": "time-analytics-webpack-plugin",
"version": "0.1.20",
"description": "analytize the time of loaders and plugins",
"main": "./dist/index.js",
"types": "./types",
"keywords": [
"webpack",
"profiling",
"time",
"speed"
],
"scripts": {
"build": "tsc -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShuiRuTian/time-analytics-webpack-plugin.git"
},
"author": {
"name": "Song Gao",
"email": "158983297@qq.com"
},
"license": "BSD",
"peerDependencies": {
"webpack": "^5"
},
"devDependencies": {
"@types/node": "^16.11.56",
"@types/tapable": "^2.2.2",
"@types/ramda": "^0.28.20"
},
"dependencies": {
"chalk": "^4.1.2",
"ramda": "^0.28.0"
}
}