machines/projects/Printhead/firmware/node/package.json
2023-11-12 21:43:05 +01:00

84 lines
2.5 KiB
JSON

{
"name": "@plastichub/cli",
"version": "1.0.10",
"description": "",
"main": "./build/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "ts-node-dev --debug src/main.ts",
"help": "node build/main.js --help",
"build": "tsc -p .",
"summary": "yarn build; node ./build/main.js summary --target=file",
"ls-com": "npx @serialport/list"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/plastichub/lang.git"
},
"author": "",
"bin": {
"ph-cli": "build/main.js"
},
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/plastichub/lang/issues"
},
"homepage": "https://gitlab.com/plastichub/lang#readme",
"dependencies": {
"@types/bluebird": "^3.5.29",
"@types/chalk": "^2.2.0",
"@types/cheerio": "^0.22.15",
"@types/chokidar": "^2.1.3",
"@types/inline-css": "0.0.32",
"@types/js-beautify": "^1.8.2",
"@types/lodash": "^4.14.110",
"@types/moment": "^2.13.0",
"@types/node": "^13.1.1",
"@types/ora": "^1.3.4",
"@types/pretty": "^2.0.0",
"@types/puppeteer": "^1.5.0",
"@types/ramda": "^0.25.51",
"@types/serialport": "^8.0.1",
"@types/showdown": "^1.9.3",
"@types/which": "^1.3.2",
"@types/yargs": "^13.0.4",
"@xblox/core": "^0.0.19",
"@xblox/fs": "^0.13.19",
"add": "^2.0.6",
"apify": "^0.17.0",
"bluebird": "^3.7.2",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.3",
"chokidar": "^3.3.1",
"fast-glob": "^3.1.1",
"filenamify": "^4.1.0",
"googleapis": "^39.2.0",
"inline-css": "^2.6.2",
"js-beautify": "^1.11.0",
"jsome": "^2.5.0",
"lodash": "^4.17.10",
"markdown-table": "^2.0.0",
"modbus-serial": "^8.0.1",
"moment": "^2.26.0",
"monocle-ts": "^1.2.0",
"ora": "^2.1.0",
"partial.lenses": "^13.13.2",
"pretty": "^2.0.0",
"ramda": "^0.25.0",
"readline": "^1.3.0",
"sanitize-filename": "^1.6.3",
"serialport": "^9.0.1",
"showdown": "^1.9.1",
"simple-git": "^2.6.0",
"slash": "^3.0.0",
"slugify": "^1.3.6",
"source-map-support": "^0.5.16",
"ts-node-dev": "^1.0.0-pre.44",
"tslint": "^5.10.0",
"typescript": "^3.7.4",
"which": "^2.0.2",
"yargonaut": "^1.1.4",
"yargs": "^15.0.2"
}
}