taskkit-analyze
Version:
Analyze output files to see how your bundle is created
42 lines (41 loc) • 1.06 kB
JSON
{
"name": "taskkit-analyze",
"version": "1.0.0",
"description": "Analyze output files to see how your bundle is created",
"main": "index.js",
"scripts": {
"test": "npm run lint && node test/test.js",
"lint": "eslint . --ignore-pattern dist.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/firstandthird/taskkit-analyze.git"
},
"keywords": [
"sourcemap",
"analyze",
"bundle",
"size",
"taskkit"
],
"author": "Greg Allen <code@firstandthird.com> (http://firstandthird.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firstandthird/taskkit-analyze/issues"
},
"homepage": "https://github.com/firstandthird/taskkit-analyze#readme",
"dependencies": {
"glob": "7.1.1",
"humanize": "0.0.9",
"source-map-explorer": "^1.3.3",
"taskkit-task": "^1.0.0"
},
"devDependencies": {
"eslint": "3.16.1",
"eslint-config-firstandthird": "3.3.0",
"eslint-plugin-import": "2.2.0"
},
"eslintConfig": {
"extends": "firstandthird"
}
}