-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 870 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 870 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
34
35
36
37
{
"name": "sosamba",
"version": "1.1.2",
"description": "An OOP-based framework based on Eris.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://owo.codes/tt.bot/frameworks/sosamba.git"
},
"author": "TTtie <me@tttie.cz>",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://owo.codes/tt.bot/frameworks/sosamba/-/issues"
},
"homepage": "http://tt.bot.owo.codes/frameworks/sosamba",
"dependencies": {
"chalk": "^3.0.0",
"eris": "github:abalabahaha/eris#dev"
},
"typings": "lib/sosamba.d.ts",
"devDependencies": {
"@tt-bot-dev/eslint-config": "^1.0.1",
"eslint": "^6.8.0",
"typedoc": "^0.17.4",
"typescript": "^3.8.3"
},
"scripts": {
"test": "eslint ."
},
"engines": {
"node": ">=10.0.0"
},
"optionalDependencies": {
"@types/node": "^12.0.4"
}
}