-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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": "aminobotapi",
"version": "1.0.0",
"description": "AminoClient bot API wrapper.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "ts-node cli.ts"
},
"author": "Marc 'Fox' Salva Montaner <fox@foxdev.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SrZorro/AminoBotAPI/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/SrZorro/AminoBotAPI"
},
"dependencies": {
"@types/debug": "0.0.30",
"aminoclient": "^1.0.6",
"debug": "^3.1.0",
"moment": "^2.22.2"
},
"devDependencies": {
"@types/node": "^10.3.4",
"@types/uuid": "^3.4.3",
"ts-node": "^6.1.1",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
}
}