UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

88 lines (87 loc) 2.6 kB
{ "name": "@botonic/plugin-contentful", "version": "0.37.0", "license": "MIT", "main": "lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "lib/cjs/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/hubtype/botonic.git" }, "scripts": { "build": "rm -rf lib && ../../node_modules/.bin/tsc -p tsconfig.json && ../../node_modules/.bin/tsc -p tsconfig.esm.json", "build:watch": "npm run build -- --watch", "build_unit_tests": "../../node_modules/.bin/tsc -b tests/tsconfig.json", "test": "../../node_modules/.bin/jest --coverage", "ts-node": "../../node_modules/.bin/ts-node -O '{ \"noUnusedLocals\":false}'", "cloc": "../../scripts/qa/cloc-package.sh .", "lint": "npm run lint_core -- --fix", "lint_core": "../../node_modules/.bin/eslint_d --cache --quiet '*.js' 'src/**/*.ts*' 'tests/**/*.ts*'", "prepublishOnly": "npm run lint_core && npm i && npm run build && npm test" }, "files": [ "bin/**", "lib/**", "src/**", "doc/**", "README.md" ], "author": "", "dependencies": { "@babel/runtime": "^7.23.9", "@nlpjs/core": "^4.26.1", "@nlpjs/lang-ca": "^4.26.1", "@nlpjs/lang-cs": "^4.26.1", "@nlpjs/lang-de": "^4.26.1", "@nlpjs/lang-el": "^4.26.1", "@nlpjs/lang-en-min": "^4.26.1", "@nlpjs/lang-es": "^4.26.1", "@nlpjs/lang-fr": "^4.26.1", "@nlpjs/lang-hu": "^4.26.1", "@nlpjs/lang-it": "^4.26.1", "@nlpjs/lang-nl": "^4.26.1", "@nlpjs/lang-pl": "^4.26.1", "@nlpjs/lang-pt": "^4.26.1", "@nlpjs/lang-ro": "^4.26.1", "@nlpjs/lang-ru": "^4.26.1", "@nlpjs/lang-sl": "^4.26.1", "@nlpjs/lang-tr": "^4.26.1", "@nlpjs/lang-uk": "^4.26.1", "@nlpjs/ner": "^4.27.0", "@nlpjs/similarity": "^4.26.1", "async-parallel": "^1.2.3", "contentful": "^8.5.8", "contentful-import": "^8.5.63", "contentful-management": "^7.54.2", "csv-parse": "^4.16.3", "csv-stringify": "^5.6.5", "escape-string-regexp": "^4.0.0", "marked": "^2.1.3", "memoizee": "^0.4.15", "moment": "^2.30.1", "moment-timezone": "^0.5.45", "sort-stream": "^1.0.1", "xlsx": "^0.17.5" }, "devDependencies": { "@types/marked": "^2.0.5", "@types/memoizee": "^0.4.11", "@types/minipass": "^3.3.5", "contentful-cli": "^1.19.1", "identity-obj-proxy": "^3.0.0" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "keywords": [ "bot-framework", "chatbot", "cms", "contentful", "conversational-app", "conversational-ui", "typescript" ] }