{ "name": "@plastichub/poly-mech", "version": "0.1.2", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "hugo server --gc --cleanDestinationDir --ignoreCache -d ../plastic-hub.com-s1/httpdocs", "dev-grunt": "tsc -p . -w", "dev-content": "grunt content-en -v --stack --watchContent=true --logLevel=debug", "dev-theme": "npm run --prefix themes/hugo build-dev", "dev-all": "npm-run-all --parallel dev-grunt dev-content start:assets", "content-all": "grunt content-all -v --stack --convertProductMedia=true --translateProductAssets=true", "compile:products": "grunt -v --stack products-hugo", "build": "hugo --enableGitInfo --verbose --debug -v --templateMetrics --templateMetricsHints -d ../polymech.io/httpdocs", "link-dev": "sh scripts/link-dev", "gupdate": "git pull && npm run build", "start:assets": "sh scripts/launch-assets.sh" }, "author": "OSR - Plastic.org", "dependencies": { "@plastichub/core": "^0.1.9", "@plastichub/fs": "^0.13.39", "@plastichub/osr-cache": "file:../../../osr-cache", "@plastichub/osr-cli-commons": "file:../../../osr-cli-commons", "@plastichub/osr-i18n": "file:../../../../osr-i18n", "@plastichub/osr-media": "file:../../../../osr-media", "@plastichub/osr-tasks": "file:../../../osr-tasks", "@types/chokidar": "^2.1.3", "@types/lodash": "^4.14.148", "@types/node": "^20.14.2", "bluebird": "^3.7.2", "cheerio": "^1.0.0-rc.10", "chokidar": "^3.5.3", "exifreader": "^4.23.2", "fast-glob": "^3.2.12", "filenamify": "^5.1.0", "front-matter": "^4.0.2", "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", "npm-run-all": "^4.1.5", "p-map": "^4.0.0", "rotating-file-stream": "^3.2.3", "sanitize-filename": "^1.6.3", "yaml": "^2.4.2" } }