-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.33 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
48
49
{
"name": "electron-to-nwjs",
"version": "1.14.3",
"description": "",
"main": "index.js",
"bin": {
"electron-to-nwjs": "./index.js"
},
"scripts": {
"start": "./build_index.sh && node ./index.js start ./www",
"test": "cd tests && node ./index.js",
"dist": "./build_index.sh && node ./index.js build --win --x86"
},
"author": {
"name": "VitorMM",
"email": "[email protected]"
},
"license": "MIT",
"repository": "https://github.com/nwutils/electron-to-nwjs",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-regenerator": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"cheerio": "^1.0.0-rc.9",
"commander": "^9.4.1",
"core-js": "^3.25.5",
"cross-fetch": "^3.1.5",
"csv-parse": "^4.15.0",
"fs-extra": "^10.1.0",
"get-windows-shortcut-properties": "^1.1.0",
"nw-builder": "^4.2.3",
"plist": "^3.0.6",
"regenerator-runtime": "^0.13.10",
"semver": "^7.3.8",
"simple-glob": "^0.2.0",
"string-replace-loader": "^3.1.0",
"typescript": "^4.8.4",
"upng-js": "^2.1.0",
"util.promisify": "^1.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.1.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/plist": "^3.0.2"
}
}