UNPKG

1.09 kBJSONView Raw
1{
2 "name": "depcost",
3 "version": "0.2.2",
4 "description": "Retrieve the time and space cost of using a dependency",
5 "main": "index.js",
6 "bin": {
7 "depcost": "bin/cli.js",
8 "dc": "bin/cli.js"
9 },
10 "files": [
11 "bin",
12 "lib"
13 ],
14 "keywords": [
15 "dependency"
16 ],
17 "scripts": {
18 "test": "jest",
19 "cov": "jest --coverage",
20 "lint": "eslint --fix lib",
21 "prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s",
22 "depcost": "node bin/cli.js --record --npm-client=npm",
23 "postpublish": "npm run depcost"
24 },
25 "repository": {
26 "url": "git@github.com:rich-lab/depcost.git",
27 "type": "git"
28 },
29 "author": "ULIVZ <chl814@foxmail.com>",
30 "license": "MIT",
31 "dependencies": {
32 "cac": "6.4.0",
33 "chalk": "^3.0.0",
34 "execa": "^4.0.0",
35 "fs-extra": "^8.1.0",
36 "globby": "^11.0.0",
37 "ini": "^1.3.5",
38 "npmlog": "^4.1.2",
39 "strip-ansi": "^6.0.0"
40 },
41 "devDependencies": {
42 "conventional-changelog-cli": "^2.0.31",
43 "eslint": "^6.8.0",
44 "eslint-config-lab": "^0.1.1",
45 "jest-cli": "^24.8.0"
46 }
47}