{ "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 ../../polymech.info/dev.polymech.info/", "archives": "sh scripts/mkArchives.sh" }, "author": "", "license": "ISC", "dependencies": { "@plastichub/core": "^0.2.6", "@plastichub/fs": "^0.13.32", "@plastichub/osr-cache": "^0.4.5", "@plastichub/osr-cli-commons": "^0.4.3", "@plastichub/osr-fs-utils": "file:../osr-fs-utils", "@plastichub/osr-tasks": "^0.5.2", "@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-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" } }