-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 960 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
{
"name": "aeproject-project",
"version": "1.0.0",
"description": "This is the default package.json generated for your project",
"main": "index.js",
"scripts": {
"test": "mocha ./test/**/*.js --timeout 0 --exit",
"aetest": "aeproject test",
"start": "node index.js",
"start:oracle": "node ./src/operator/index.js",
"start:sdk": "node src/user/txQuerySDK.js",
"start:dev": "nodemon index.js"
},
"author": "Yinka Enoch Adedokun <adedokunyinkaenoch@gmail.com> (https://yinkaenoch.github.io/)",
"license": "ISC",
"dependencies": {
"@aeternity/aepp-sdk": "^8.1.0",
"aeproject-lib": "^2.2.0",
"aeproject-logger": "^2.2.0",
"aeproject-utils": "^2.2.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"prompts": "^2.4.1",
"qrcode-terminal": "^0.12.0"
},
"devDependencies": {},
"engines": {
"node": "12.16.1",
"npm": "6.14.5"
}
}