-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1009 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
39
{
"name": "strapi-js-wikoci",
"version": "6.1.3",
"description": "Iota SDK",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/wikoci/strapi-v3.git"
},
"bugs": {
"url": "https://github.com/wikoci/strapi-v3/issues",
"email": "[email protected]"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "wikoci",
"license": "MIT",
"dependencies": {
"clean-deep": "^3.4.0",
"consola": "^2.15.3",
"generate-unique-id": "^2.0.1",
"graphql": "^16.0.1",
"graphql-request": "^3.6.1",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"node-fetch": "^2.6.1",
"numeral": "^2.0.6",
"qs": "^6.10.1",
"ufo": "^0.7.11",
"uniqid": "^5.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"esm": "^3.2.25",
"nodemon": "^2.0.12"
}
}