-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 870 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 870 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": "byproxy",
"version": "0.0.3",
"description": "Simple solution to proxy objects on the server to the client ",
"scripts": {
"bootstrap": "npm install && npm run hoist",
"hoist": "lerna bootstrap --hoist",
"tsc": "lerna run tsc",
"build": "npm run tsc && lerna run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/byproxy.git"
},
"keywords": [
"proxy",
"rest",
"express"
],
"author": "Preet Shihn <preetshihn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/byproxy/issues"
},
"homepage": "https://github.com/pshihn/byproxy#readme",
"devDependencies": {
"@types/express": "^4.16.1",
"express": "^4.16.4",
"lerna": "^3.13.1",
"rollup": "^1.7.0",
"rollup-plugin-terser": "^4.0.4",
"typescript": "^3.3.4000"
}
}