-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 990 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
{
"name": "update-vscode-extension",
"version": "0.0.15",
"description": "update-vscode-extension",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist/*",
"src/*"
],
"scripts": {
"build": "npx tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/z-juln/update-vscode-extension.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/z-juln/update-vscode-extension/issues"
},
"homepage": "https://github.com/z-juln/update-vscode-extension#readme",
"dependencies": {
"@juln/npm-pkg-version": "^1.0.8",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.1.0",
"semver": "^7.3.7"
},
"devDependencies": {
"@types/configstore": "^6.0.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.6",
"@types/semver": "^7.3.10",
"typescript": "^5.1.3"
}
}