osr-mono/packages/osr-templates/email/mosaico/package.json
2025-01-29 17:53:27 +01:00

120 lines
3.5 KiB
JSON

{
"name": "@plastichub/email-mosaic",
"description": "Liquid based markup language",
"version": "0.5.4",
"typings": "index.d.ts",
"publishConfig": {
"access": "public"
},
"bin": {
"osrl": "main.js"
},
"dependencies": {
"@elastic/elasticsearch": "^7.13.0",
"@google-cloud/local-auth": "^2.1.0",
"@iarna/toml": "^2.2.5",
"@plastichub/core": "^0.2.6",
"@plastichub/fs": "^0.13.39",
"@plastichub/osr-cache": "^0.3.9",
"@plastichub/osr-vcs": "^0.0.3",
"@types/cacache": "^15.0.1",
"@types/download": "^8.0.1",
"@types/get-stdin": "^7.0.0",
"@types/inquirer": "^7.3.3",
"@types/is-glob": "^4.0.2",
"@types/js-beautify": "^1.13.2",
"@types/jsonpath": "^0.2.0",
"@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",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.10",
"convert-units": "^2.3.4",
"download": "^8.0.0",
"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",
"gray-matter": "^4.0.3",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-extend-config": "^0.9.7",
"grunt-parallel": "^0.5.1",
"grunt-shell": "^3.0.1",
"highlight.js": "^11.1.0",
"inquirer": "^8.1.2",
"is-glob": "^4.0.1",
"is-url": "^1.2.4",
"isomorphic-unfetch": "^3.1.0",
"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",
"keyv": "^4.5.4",
"keyv-file": "^0.3.1",
"lodash": "^4.17.21",
"markdown-table": "^3.0.3",
"moment": "^2.29.1",
"native-promise-pool": "^3.19.0",
"node-xlsx": "^0.24.0",
"npm-run-all": "^4.1.5",
"open-graph-scraper": "^5.0.5",
"ora": "^1.3.0",
"parse-glob": "^3.0.4",
"pretty": "^2.0.0",
"query-string": "^7.1.3",
"readline": "^1.3.0",
"require-like": "^0.1.2",
"rotating-file-stream": "^3.2.3",
"sharp": "^0.33.4",
"showdown": "^1.9.1",
"typescript": "^4.9.4",
"uri-js": "^4.4.1",
"yaml": "^2.4.2",
"yargs": "^14.2.3",
"yargs-parser": "^15.0.3"
},
"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'"
},
"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"
}
}