{ "name": "@plastichub/osrl", "description": "Liquid based markup language", "version": "0.5.5", "typings": "index.d.ts", "publishConfig": { "access": "public" }, "bin": { "osrl": "main.js" }, "dependencies": { "@google-cloud/local-auth": "^2.1.1", "@iarna/toml": "^2.2.5", "@plastichub/core": "^0.2.6", "@plastichub/fs": "^0.13.39", "@plastichub/osr-ai": "file:../osr-ai", "@plastichub/osr-cache": "^0.3.9", "@plastichub/osr-commons": "file:../osr-commons", "@plastichub/osr-i18n": "file:../osr-i18n", "@plastichub/osr-log": "file:../osr-log", "@types/cacache": "^15.0.1", "@types/download": "^8.0.1", "@types/get-stdin": "^7.0.0", "@types/html-minifier-terser": "^7.0.2", "@types/is-glob": "^4.0.2", "@types/js-beautify": "^1.13.2", "@types/jsonpath": "^0.2.0", "@types/minify": "^9.1.4", "@types/moment": "^2.13.0", "@types/node": "^20.14.2", "@types/yargs": "^17.0.2", "axios": "^0.21.1", "bluebird": "^3.7.2", "cacache": "^15.2.0", "cheerio": "^1.0.0-rc.10", "convert-units": "^2.3.4", "env-var": "^7.3.0", "errlop": "^4.5.0", "exception-formatter": "^2.1.2", "fast-glob": "^3.2.7", "find-up": "4.0", "front-matter": "^4.0.2", "get-stdin": "^9.0.0", "gitea-js": "^1.20.1", "glob-base": "^0.3.0", "googleapis": "^105.0.0", "highlight.js": "^11.1.0", "html-minifier-terser": "^7.2.0", "is-glob": "^4.0.1", "is-url": "^1.2.4", "js-base64": "^3.7.2", "js-beautify": "^1.14.0", "jsdom": "^16.7.0", "jsome": "^2.3.24", "json-format-highlight": "^1.0.4", "json-pretty-html": "^1.1.6", "json-to-pretty-yaml": "^1.2.2", "jsonpath": "^1.1.1", "jsonpath-plus": "^10.0.0", "keyv": "^4.5.4", "keyv-file": "^0.3.1", "lodash": "^4.17.21", "markdown-table": "^3.0.3", "minify": "^11.4.1", "moment": "^2.30.1", "node-xlsx": "^0.24.0", "parse-glob": "^3.0.4", "pretty": "^2.0.0", "query-string": "^7.1.3", "require-like": "^0.1.2", "rotating-file-stream": "^3.2.3", "sharp": "^0.33.4", "showdown": "^2.1.0", "turndown": "^7.2.0", "typescript": "^4.9.4", "uri-js": "^4.4.1", "yaml": "^2.4.2", "yargs": "^14.2.3", "yargs-parser": "^15.0.3", "zod": "^3.24.1" }, "scripts": { "test": "tsc; mocha --full-trace mocha \"spec/**/*.spec.js\"", "test-with-coverage": "istanbul cover node_modules/.bin/_mocha -- 'spec/**/*.spec.js'", "lint": "tslint --project=./tsconfig.json", "build": "tsc -p . --declaration", "dev": "tsc -p . --declaration -w", "dev-grunt": "cd tasks && tsc -p . --declaration -w", "typings": "tsc --declaration", "docs": "npx typedoc src/index.ts", "dev-test-watch": "mocha-typescript-watch", "init:google-sheets": "node ./main.js init google-sheets --sheet='1oVEiGH4o3SV-mAA3Mb-WNVJMyYl4VMxLjWjrSw_ipJY' --range='Parts!B4:B5'", "build-lib": "parcel --no-source-maps build ./main.js --out-dir ./dist/main" }, "homepage": "https://git.osr-plastic.org/plastichub/lib-content", "repository": { "type": "git", "url": "https://git.osr-plastic.org/plastichub/lib-content.git" }, "engines": { "node": ">= 8.0.0" }, "license": "BSD-3-Clause", "keywords": [ "typescript" ], "pre-commit": [], "optionalDependencies": { "@img/sharp-win32-x64": "^0.33.4" }, "devDependencies": { "parcel-bundler": "^1.12.5" } }