-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 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
{
"name": "sciter-logger",
"version": "1.1.7",
"description": "This is a [sciter.js](https://sciter.com/) logger that listens to the console output and redirects it to a file and/or any html element.",
"keywords": [
"sciter.js",
"logger"
],
"scripts": {
"install-sdk": "node ./node_modules/sciter-sandbox/scripts/install.mjs cleanup",
"scapp": "node ./node_modules/sciter-sandbox/scripts/start.mjs scapp",
"usciter": "node ./node_modules/sciter-sandbox/scripts/start.mjs usciter",
"stop": "node ./node_modules/sciter-sandbox/scripts/stop.mjs",
"scapp32": "node ./node_modules/sciter-sandbox/scripts/start.mjs scapp32",
"usciter32": "node ./node_modules/sciter-sandbox/scripts/start.mjs usciter32"
},
"author": {
"name": "8ctopus",
"email": "hello@octopuslabs.io"
},
"license": "MIT",
"files": [
"src"
],
"bugs": {
"url": "https://github.com/8ctopus/sciter-logger/issues"
},
"homepage": "https://github.com/8ctopus/sciter-logger#readme",
"devDependencies": {
"sciter-sandbox": "^1.1.12",
"sciter-utils": "^1.0.4"
}
}