UNPKG

1.18 kBJSONView Raw
1{
2 "name": "depcost",
3 "version": "0.4.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 "bytes": "^3.1.0",
33 "cac": "6.4.0",
34 "chalk": "^3.0.0",
35 "execa": "^4.0.3",
36 "fs-extra": "^8.1.0",
37 "globby": "^11.0.0",
38 "ini": "^1.3.5",
39 "npmlog": "^4.1.2",
40 "require-from-string": "^2.0.2",
41 "semver": "^7.3.2",
42 "strip-ansi": "^6.0.0"
43 },
44 "devDependencies": {
45 "conventional-changelog-cli": "^2.0.31",
46 "eslint": "^6.8.0",
47 "eslint-config-lab": "^0.1.1",
48 "jest-cli": "^24.8.0"
49 }
50}