-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.75 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
{
"name": "@vlocode/util",
"version": "1.27.5",
"description": "Vlocode utility library",
"main": "lib/index.js",
"publishConfig": {
"main": "lib/index.js",
"typings": "lib/index.d.ts"
},
"readme": "../SITE.md",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"clean": "shx rm -rf ./lib ./coverage ./tsconfig.tsbuildinfo './src/**/*.{d.ts,ts.map,js.map,js}'",
"build": "tsc",
"watch": "tsc -w",
"pack": "pnpm run build && pnpm pack",
"prepublish": "pnpm run build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codeneos/vlocode.git"
},
"author": {
"name": "Peter van Gulik",
"email": "[email protected]"
},
"files": [
"lib/**/*.d.ts",
"lib/**/*.js",
"patches/*.patch",
"../SITE.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Codeneos/vlocode/issues"
},
"homepage": "https://github.com/Codeneos/vlocode#readme",
"devDependencies": {
"@types/fs-extra": "^11",
"@types/jest": "^29.5.11",
"@types/node": "^20.4.2",
"@types/vscode": "^1.70.0",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.1",
"typescript": "5.1.6"
},
"dependencies": {
"@salesforce/core": "3.31.18",
"@xmldom/xmldom": "^0.8.8",
"fast-xml-parser": "^4.4.1",
"fs-extra": "^11.0",
"open": "^8.2.1",
"optional-require": "^1.1.7",
"reflect-metadata": "^0.1.13"
},
"publisher": "curlybracket",
"gitHead": "f16fa9dcbf7ef17328047ecb07ab4a7e6a94140a"
}