-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 936 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": "bready-cat-trigger",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ainize-team/bready-cat-trigger.git"
},
"author": "Haechan Lee ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/ainize-team/bready-cat-trigger/issues"
},
"homepage": "https://github.com/ainize-team/bready-cat-trigger#readme",
"dependencies": {
"@ainblockchain/ain-js": "^1.3.7",
"axios": "^1.1.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"firebase-admin": "^11.3.0",
"fs": "^0.0.1-security",
"sharp": "^0.31.2"
},
"devDependencies": {
"eslint": "^8.28.0"
}
}