-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 786 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 786 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": "lambda-designer-js",
"version": "1.0.21",
"description": "LambdaDesigner for node. Create TouchDesigner networks with code.",
"files": [
"build"
],
"main": "build/index.js",
"scripts": {
"test": "mocha --require ts-node/register test/**/*.ts",
"build": "tsc",
"buildServer": "gulp && node ./build/Server.js",
"renamemjs": "rename 's/.js/.mjs/' build/*.js",
"runWatch": "gulp && node ./build/TDOutputWatch.js"
},
"author": "",
"license": "BSD3",
"devDependencies": {
"typescript": "^3.5.3",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@types/deep-equal": "^1.0.1",
"deep-equal": "^1.0.1",
"express": "^4.17.1",
"fp-ts": "^2.0.5",
"guid-typescript": "^1.0.9",
"io-ts": "^1.10.4"
}
}