-
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) · 873 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 873 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",
"main": "index.js",
"scripts": {
"lint": "eslint . --ext .ts",
"build": "./scripts/build.sh",
"build:outputs": "npm run build && ./scripts/copy-build-to-outputs.sh",
"prepare": "husky"
},
"keywords": [
"web",
"sdk",
"codegen"
],
"author": "Rodrigo Gomez-Palacio",
"license": "MIT",
"devDependencies": {
"@types/node": "18.19.50",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@yellicode/cli": "^1.3.0",
"@yellicode/core": "^1.5.0",
"@yellicode/templating": "^1.8.0",
"concurrently": "^9.1.2",
"eslint": "^8.46.0",
"husky": "^9.1.7",
"typescript": "4.9.5"
},
"dependencies": {
"curlrequest": "^1.0.1"
}
}