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

46 lines
1.6 KiB
JSON

{
"name": "osr-machines",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"dev-grunt": "tsc -p . -w",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "bundle exec jekyll serve --trace --port 8008 --incremental",
"build": "bundle exec jekyll build --profile --trace -d ../plastic-hub.com/",
"build-osr": "bundle exec jekyll build --profile --trace -d ../../osr-plastic.org/dev.osr-plastic.org/",
"archives": "sh scripts/mkArchives.sh"
},
"author": "",
"license": "ISC",
"dependencies": {
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.32",
"@plastichub/osr-cache": "^0.4.3",
"@plastichub/osr-cli-commons": "^0.4.1",
"@plastichub/osr-commons": "file:../osr-commons",
"@plastichub/osr-fs-utils": "file:../osr-fs-utils",
"@plastichub/osr-tasks": "^0.4.3",
"@plastichub/osrl": "^0.5.0",
"@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-extend-config": "^0.9.7",
"grunt-parallel": "^0.5.1",
"grunt-shell": "^3.0.1",
"js-beautify": "^1.14.7",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"recursive-merge": "^1.2.1",
"request": "^2.76.0",
"showdown": "^2.1.0",
"tslog": "^4.8.2",
"typescript": "^5.1.6"
}
}