-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
50
{
"name": "sammy",
"version": "1.0.0",
"description": "🥪 d2c immersive 3d sandwich printer",
"node-main": "index.js",
"main": "http://localhost:3000",
"node-remote": "http://localhost:3000",
"scripts": {
"express": "node index.js",
"nodemon": "nodemon --watch public --inspect index.js",
"start": "nwjs_sdk=true ./nwjs/nwjs-sdk-v0.61.0-osx-x64/nwjs.app/Contents/MacOS/nwjs .",
"mac": "build --tasks mac-x64 --mirror https://dl.nwjs.io/ .",
"win": "build --tasks win-x64 --mirror https://dl.nwjs.io/ .",
"lin": "build --tasks linux-x86,linux-x64 --mirror https://dl.nwjs.io/ ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/insanj/sammy.git"
},
"author": "Julian Weiss <[email protected]>",
"license": "GPL-2",
"bugs": {
"url": "https://github.com/insanj/sammy/issues"
},
"homepage": "https://github.com/insanj/sammy#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1"
},
"devDependencies": {
"nodemon": "^2.0.6",
"nwjs-builder-phoenix": "^1.15.0"
},
"build": {
"appId": "com.insanj.sammy",
"nwVersion": "0.61.0",
"files": [
"index.js",
"LICENSE",
"public/**/*"
]
},
"window": {
"title": "sammy.best",
"width": 760,
"height": 760,
"resizable": true,
"frame": true
}
}