-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 931 Bytes
/
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
{
"name": "@montagejs/check-pkg-update",
"version": "1.2.3",
"description": "check pkg need update",
"main": "dist/cjs.lib.js",
"module": "dist/es.lib.js",
"typings": "types/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"release": "standard-version && git push --follow-tags origin main && npm publish",
"build": "vite build",
"lint": "xo --fix"
},
"keywords": [
"npm",
"check update",
"version check",
"version diff"
],
"author": "scholar(书生)",
"license": "MIT",
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/node": "^18.13.0",
"@types/semver": "^7.3.13",
"standard-version": "^9.5.0",
"vite": "^3.2.4",
"vite-plugin-dts": "^1.7.1",
"xo": "^0.53.1"
},
"files": [
"dist",
"types"
],
"dependencies": {
"registry-url": "^6.0.1",
"semver": "^7.3.8",
"undici": "^5.13.0"
}
}