machines/systems/flexibot/package.json
2025-03-11 23:32:39 +01:00

40 lines
1.2 KiB
JSON

{
"name": "osr-printhead-lydia",
"version": "0.1.1",
"main": "index.js",
"scripts": {
"dev-grunt": "tsc -p . -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.37",
"@plastichub/osr-cache": "^0.4.4",
"@plastichub/osr-cli-commons": "^0.4.3",
"@plastichub/osr-sync": "^0.3.1",
"@plastichub/osr-tasks": "^0.4.6",
"@plastichub/osrl": "^0.5.3",
"@types/lodash": "^4.14.148",
"@types/node": "^12.12.8",
"@types/showdown": "^2.0.0",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.10",
"chokidar": "^3.5.3",
"fast-glob": "^3.2.7",
"find-up": "^6.2.0",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-extend-config": "^0.9.7",
"grunt-parallel": "^0.5.1",
"grunt-shell": "^3.0.1",
"js-beautify": "^1.14.7",
"lodash": "^4.17.21",
"recursive-merge": "^1.2.1",
"request": "^2.76.0",
"showdown": "^2.1.0",
"tslog": "^4.8.2"
}
}