-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 972 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
{
"name": "@zeitgeistpm/discord-faucet",
"version": "0.2.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start:test": "node dist/index",
"start:main": "node dist/main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@polkadot/keyring": "^10.1.11",
"@polkadot/util": "^10.1.11",
"@polkadot/util-crypto": "^10.1.11",
"@zeitgeistpm/sdk": "1.0.1",
"axios": "^0.21.1",
"discord.js": "^12.5.3",
"dotenv": "^16.4.1",
"fast-toml": "^0.5.4",
"nedb-promises": "^4.1.3"
},
"devDependencies": {
"@types/node": "^15.0.2",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-security": "^1.4.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
}
}