@apostrophecms/ai-helper
Version:
AI helpers for content creation
35 lines • 845 B
JSON
{
"name": "@apostrophecms/ai-helper",
"version": "1.0.0-beta.9",
"description": "AI helpers for content creation",
"main": "index.js",
"scripts": {
"test": "npx eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/ai-helper.git"
},
"keywords": [
"ApostropheCMS",
"apostrophe"
],
"author": "Apostrophe Technologies, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/ai-helper/issues"
},
"homepage": "https://github.com/apostrophecms/ai-helper#readme",
"devDependencies": {
"eslint": "^7.18.0",
"eslint-config-apostrophe": "^3.4.1",
"eslint-plugin-vue": "^7.4.1"
},
"dependencies": {
"cuid": "^3.0.0",
"form-data": "^4.0.0",
"marked": "^4.3.0",
"node-fetch": "^2.6.9",
"sharp": "^0.30.7"
}
}