@nu-art/commando
Version:
44 lines (43 loc) • 880 B
JSON
{
"name": "@nu-art/commando",
"version": "0.300.8",
"description": "",
"keywords": [
"TacB0sS",
"infra",
"nu-art",
"commando"
],
"homepage": "https://github.com/nu-art-js/thunderstorm",
"bugs": {
"url": "https://github.com/nu-art-js/thunderstorm/issues"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": true
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:nu-art-js/thunderstorm.git"
},
"license": "Apache-2.0",
"author": "TacB0sS",
"main": "index.js",
"types": "index.d.ts",
"files": [
"**/*"
],
"scripts": {
"build": "tsc"
},
"dependencies": {
"neo-blessed": "^0.2.0",
"blessed": "^0.1.81",
"@nu-art/ts-common": "~0.300.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.0.0",
"@types/blessed": "^0.1.25"
}
}