generated from artus-cli/template-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.7 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@artus-cli/plugin-npmcheckupdate",
"version": "1.1.2",
"description": "A artus-cli plugin be used to display upgrade info",
"homepage": "",
"author": "whxaxes <whxaxes@gmail.com>",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"lint": "eslint . --ext .ts",
"postlint": "tsc --noEmit",
"test": "mocha",
"cov": "c8 -n src/ npm test",
"ci": "npm run cov",
"tsc": "rm -rf dist && tsc",
"prepack": "npm run tsc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"dependencies": {
"@types/ms": "^0.7.31",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"ms": "^2.1.3",
"ora": "^5.4.1",
"semver": "^7.3.8",
"tslib": "^2.4.0",
"urllib": "^3.11.0"
},
"devDependencies": {
"@artus-cli/artus-cli": "latest",
"@artus/eslint-config-artus": "^0.0.1",
"@artus/tsconfig": "^1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.14.6",
"c8": "^7.12.0",
"coffee": "^5.5.0",
"conventional-changelog": "^3.1.25",
"eslint": "^8.28.0",
"mocha": "^10.0.0",
"rimraf": "^3.0.2",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.8.2"
},
"repository": {
"type": "git",
"url": "https://github.com/artus-cli/plugin-npmcheckupdate"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"artus",
"artus-cli",
"artus-cli-plugin",
"command-line-app",
"cli",
"commander"
],
"license": "MIT"
}