-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 901 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
{
"name": "@clangd-wasm/clangd-wasm",
"version": "15.0.7-dev5",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "rimraf dist && webpack --mode production",
"build:dev": "rimraf dist && webpack --mode development"
},
"author": "ConorBobbleHat",
"license": "MIT",
"devDependencies": {
"@clangd-wasm/core": "^15.0.7",
"@clangd-wasm/core-small": "^15.0.7",
"rimraf": "^5.0.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"@open-rpc/client-js": "^1.8.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ConorBobbleHat/clangd-wasm.git"
},
"bugs": {
"url": "https://github.com/ConorBobbleHat/clangd-wasm/issues"
},
"homepage": "https://github.com/ConorBobbleHat/clangd-wasm#readme",
"description": ""
}