-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 898 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 898 Bytes
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
{
"name": "web-shim-codegen",
"version": "3.0.8",
"description": "Used to build Web SDK libraries for various web frameworks",
"keywords": [
"codegen",
"sdk",
"web"
],
"license": "MIT",
"author": "Rodrigo Gomez-Palacio",
"main": "index.js",
"scripts": {
"lint": "vp check",
"lint:fix": "vp check --fix",
"build": "./scripts/build.sh",
"build:outputs": "vp run build && ./scripts/copy-build-to-outputs.sh",
"prepare": "vp config"
},
"devDependencies": {
"@types/node": "^25.8.0",
"@yellicode/cli": "^1.3.0",
"@yellicode/core": "^1.5.0",
"@yellicode/templating": "^1.8.0",
"concurrently": "^9.1.2",
"typescript": "^6.0.3",
"vite-plus": "0.1.21"
},
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.21",
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.21"
},
"packageManager": "bun@1.3.13"
}