-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 676 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 676 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
26
27
28
29
{
"name": "directus-cf-cache",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"build": "cfw build",
"deploy": "cfw deploy",
"postinstall": "patch-package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/licitdev/directus-cf-cache.git"
},
"author": "ian <licitdev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/licitdev/directus-cf-cache/issues"
},
"homepage": "https://github.com/licitdev/directus-cf-cache#readme",
"devDependencies": {
"@types/lodash": "^4.14.182",
"cfw": "0.3.0",
"dotenv": "^16.0.1",
"lodash": "^4.17.21",
"patch-package": "^6.4.7",
"worktop": "^0.7.3"
}
}