-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "openai",
"version": "1.0.0",
"description": "Softagon Sistemas http://localhost:8057/admin/login",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx directus start",
"install": "npx directus bootstrap",
"snapshot": "npx directus schema snapshot ./directus/snapshots/\"$(date \"+%F\")\"-snapshot-\"$(date \"+%s\")\".yaml"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cross-fetch": "^4.0.0",
"directus": "^10.7.1",
"directus-extension-computed-interface": "^1.9.0",
"directus-extension-field-actions": "^1.6.3",
"directus-extension-flow-manager": "^1.2.2",
"directus-extension-texttoanything": "^0.1.3",
"directus-extension-wpslug-interface": "^1.1.0"
}
}