-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "sciter-sandbox",
"version": "1.4.6",
"description": "sciter.js development sandbox",
"keywords": [
"sciter.js",
"sandbox",
"development"
],
"main": "src/main.htm",
"dependencies": {
"download": "^8.0.0",
"eslint-plugin-html": "^7",
"eslint-plugin-jsdoc": "^39",
"fkill": "^8.0.0",
"sciter-logger": "^1.1.3",
"sciter-utils": "^1.0.0",
"xo": "^0.53.0"
},
"scripts": {
"install-sdk": "node ./scripts/install.mjs cleanup",
"sdk-version": "node ./scripts/version.mjs",
"scapp": "node ./scripts/start.mjs scapp",
"usciter": "node ./scripts/start.mjs usciter",
"stop": "node ./scripts/stop.mjs",
"scapp32": "node ./scripts/start.mjs scapp32",
"usciter32": "node ./scripts/start.mjs usciter32",
"test": "xo"
},
"author": {
"name": "8ctopus",
"email": "[email protected]"
},
"license": "MIT",
"files": [
"scripts",
".xo-config.json"
],
"bugs": {
"url": "https://github.com/8ctopus/sciter-sandbox/issues"
},
"homepage": "https://github.com/8ctopus/sciter-sandbox#readme"
}