-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 874 Bytes
/
package.json
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
30
31
32
33
34
35
36
37
38
{
"name": "directutils",
"version": "1.1.0",
"description": "Utility for directus extensions",
"main": "./src/index.js",
"scripts": {
"publish": "npm publish"
},
"bin": {
"directutils": "./src/cli.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ShikharY10/directutils.git"
},
"keywords": [
"directus",
"utils"
],
"author": {
"name": "Shikhar Yadav",
"email": "connectoshikhar10@gmail.com",
"url": "https://github.com/ShikharY10"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ShikharY10/directutils/issues",
"email": "connectoshikhar10@gmail.com"
},
"homepage": "https://github.com/ShikharY10/directutils#readme",
"dependencies": {
"axios": "^1.5.1",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^11.1.0",
"uuid": "^9.0.1"
}
}