-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.03 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
{
"name": "@brainnit/adonisjs-feud",
"version": "0.1.2",
"description": "",
"keywords": [
"adonis",
"adonis-framework",
"adonis-feud",
"multi-tenancy",
"tenant"
],
"main": "index.js",
"repository": "git@github.com:brainnit/adonisjs-feud.git",
"scripts": {
"test": "jest --coverage --runInBand",
"lint": "standard"
},
"author": "João Pedro Barros <joao@joaopedrobarros.com.br>",
"license": "MIT",
"standard": {
"globals": [
"use"
],
"env": {
"node": true,
"jest": true,
"es6": true
}
},
"dependencies": {
"@adonisjs/generic-exceptions": "^3.0.1",
"@adonisjs/validator": "^5.0.6"
},
"devDependencies": {
"@adonisjs/ace": "^5.0.8",
"@adonisjs/fold": "^4.0.9",
"@adonisjs/lucid": "^6.1.3",
"@adonisjs/sink": "^1.0.17",
"adonis-lucid-polymorphic": "^1.0.1",
"dotenv": "^6.2.0",
"jest": "^24.1.0",
"sqlite3": "^4.0.6",
"standard": "^12.0.1"
},
"peerDependencies": {
"@adonisjs/framework": "^5.0.12"
}
}