-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
61 lines (61 loc) · 1.46 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "grampay-commerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node --files src/",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkaraush/grampay-commerce.git"
},
"keywords": [
"nodejs",
"grampay",
"ton",
"gram",
"blockchain",
"commerce",
"ecommerce",
"telegram",
"bot"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkaraush/grampay-commerce/issues"
},
"homepage": "https://github.com/dkaraush/grampay-commerce#readme",
"dependencies": {
"@types/colors": "^1.2.1",
"@types/ed25519": "0.0.0",
"@types/mysql": "^2.15.9",
"@types/node-telegram-bot-api": "^0.40.2",
"@types/socket.io": "^2.1.4",
"bigint-buffer": "^1.1.5",
"colors": "^1.4.0",
"ed25519": "0.0.4",
"express": "^4.17.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"mkdirp": "^1.0.3",
"morgan": "^1.9.1",
"mysql": "^2.18.1",
"node-telegram-bot-api": "^0.40.0",
"socket.io": "^2.3.0",
"ton.js": "^0.1.37",
"tonweb": "0.0.3",
"tonweb-boc": "0.0.3",
"ts-interface-checker": "^0.1.10",
"ts-node": "^8.6.2",
"tweetnacl-ts": "^1.0.3",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/express": "^4.17.3",
"@types/node": "^13.9.0",
"ts-interface-builder": "^0.2.1"
}
}