-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 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
{
"name": "@tovera/willow-ts-client",
"version": "0.8.9",
"description": "",
"main": "dist/bundle.js",
"types": "dist/index.d.ts",
"scripts": {
"build-dev": "webpack",
"build": "typedoc ./src/index.ts && webpack --mode production",
"prepublish": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toverainc/willow-ts-client.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/toverainc/willow-ts-client/issues"
},
"homepage": "https://github.com/toverainc/willow-ts-client",
"devDependencies": {
"ts-loader": "^9.4.2",
"typed-emitter": "^2.1.0",
"typedoc": "^0.24.7",
"typescript": "^5.0.2",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
}
}