mirror of
https://github.com/sinclairzx81/zero
synced 2025-08-22 08:32:41 +02:00
34 lines
807 B
JSON
34 lines
807 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|