-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@streamlabs/game_overlay",
"private": true,
"description": "Streamlabs Game Overlay module",
"gypfile": true,
"main": "npm/index.js",
"typings": "npm/typings.d.ts",
"author": {
"name": "Streamlabs",
"url": "https://streamlabs.com"
},
"version": "0.0.40",
"license": "SEE LICENSE IN COPYRIGHT LAW",
"engines": {
"node": ">= 14"
},
"repository": {
"type": "git",
"url": "git://github.com/stream-labs/streamlabs-overlay"
},
"scripts": {
"pack": "node scripts/pack.js",
"test": "",
"get-version": "echo %npm_package_version%"
},
"prettier": {
"singleQuote": true,
"printWidth": 100,
"endOfLine": "lf",
"trailingComma": "all"
},
"devDependencies": {
"@types/node": "12.7.2",
"electron": "29.4.3",
"fs-extra": "9.0.0",
"prettier": "1.16.4",
"minimist":"1.2.6",
"colors": "^1.4.0",
"fs": "^0.0.1-security",
"node-addon-api": "^7.1.1",
"path": "^0.12.7",
"shelljs": "^0.8.5",
"tar": "6.1.11"
},
"dependencies": {
}
}