-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (50 loc) · 1.14 KB
/
package.json
File metadata and controls
51 lines (50 loc) · 1.14 KB
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
{
"name": "@weave/shared-proto-gateway",
"version": "0.2.24",
"description": "APIs, SDKs, Swaggers, TS and all other docs. This is the one stop shop, single source of truth for all things schedule.",
"main": "typescript/index.js",
"types": "typescript/index.d.ts",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"deploy": "npm publish"
},
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"tslint": "^6.1.3",
"ts-node": "^9.0.0",
"typescript": "~4.0.3"
},
"dependencies": {},
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/th-m/fullstack-code-gen.git"
},
"keywords": [
"Schedule",
"API",
"SDKs",
"TS",
"Swagger",
"OpenAPI",
"gateway",
"grpc"
],
"author": "th-m",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"publishConfig": {
"registry": ""
}
}