-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 825 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
{
"name": "builder-function",
"version": "1.0.0",
"description": "Builder for reshuffle",
"private": true,
"scripts": {
"start": "reshuffle-local-server",
"build": "tsc",
"lint": "eslint --ext .ts src",
"test": "echo no tests yet"
},
"license": "UNLICENSED",
"dependencies": {
"@reshuffle/build-utils": "^0.1.0",
"@reshuffle/code-transform": "^0.1.0",
"@reshuffle/local-proxy": "^0.3.5",
"@reshuffle/server-function": "^0.2.2",
"is-plain-object": "^3.0.0",
"mz": "^2.7.0",
"node-fetch": "^2.6.0",
"tar": "^5.0.5",
"through2": "^3.0.1"
},
"devDependencies": {
"@binaris/buildutils": "^2.1.0",
"@types/mz": "^2.7.0",
"@types/node-fetch": "^2.5.4",
"@types/tar": "^4.0.3",
"@types/through2": "^2.0.34",
"typescript": "^3.7.4"
}
}