-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 970 Bytes
/
package.json
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
{
"name": "presonus-studiolive",
"version": "1.2.2",
"scripts": {
"build": "npm-run-all clean transpile",
"build:dist": "npm-run-all clean bundle",
"transpile": "tsc",
"bundle": "esbuild src/index.ts --platform=node --bundle --external:dtrace-provider --outdir=dist --minify",
"clean": "rimraf dist"
},
"keywords": [
"presonus",
"studiolive"
],
"main": "dist/index.js",
"repository": "[email protected]:featherbear/bitfocus-companion-module-presonus-studiolive-iii.git",
"author": "Andrew Wong <[email protected]>",
"license": "MIT",
"dependencies": {
"@companion-module/base": "^1.4.1",
"node-machine-id": "^1.1.12",
"presonus-studiolive-api": "featherbear/presonus-studiolive-api#24c376af774485ec2979c5cb87a104edd0a32c19",
"typescript": "^4.9"
},
"devDependencies": {
"@companion-module/tools": "^1.3.2",
"esbuild": "^0.19.2",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
}
}