-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.08 KB
/
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
40
{
"name": "@fioprotocol/fio-wrap-image",
"version": "1.0.0",
"description": "Standardize image returned for FIO Domains that have been wrapped as NFTs on another protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/js",
"dev": "cross-env MODE=development nodemon -r esm server.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^7.25.0",
"nodemon": "^2.0.6"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@fioprotocol/fiojs": "^1.0.1",
"@fioprotocol/fiosdk": "^1.2.1",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"dotenv-safe": "^8.2.0",
"esm": "^3.2.25",
"ethereumjs-tx": "^2.1.2",
"ethers": "^5.1.4",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"mathjs": "^9.3.2",
"node-cache": "^5.1.2",
"node-fetch": "^2.6.1",
"node-file-cache": "^1.0.2",
"node-libcurl": "^2.3.2",
"redis": "^3.1.2",
"text-encoding": "^0.7.0",
"util": "^0.12.4"
}
}