forked from sinclairzx81/zero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 807 Bytes
/
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
{
"name": "zero-demo",
"version": "0.8.8",
"description": "A graphics demo that runs inside the terminal.",
"main": "index.js",
"author": "sinclairzx81",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sinclairzx81/zero.git"
},
"scripts": {
"clean": "smoke-task clean",
"build": "smoke-task build",
"watch": "smoke-task watch",
"pack": "smoke-task pack",
"install_cli": "smoke-task install_cli"
},
"bin": {
"zero-demo": "./index.js"
},
"preferGlobal": true,
"devDependencies": {
"@types/jpeg-js": "^0.3.7",
"@types/node": "^12.7.12",
"smoke-run": "^1.1.0",
"smoke-task": "^1.1.2",
"typescript": "^3.6.4",
"typescript-bundle": "^1.0.16"
},
"dependencies": {
"jpeg-js": "^0.4.4"
}
}