-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 988 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
37
38
39
40
41
{
"name": "@osjs/database-auth",
"version": "1.0.8",
"description": "OS.js v3 database authentication adapter",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint '*.js' 'src/**/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/os-js/osjs-database-auth.git"
},
"keywords": [
"osjs"
],
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"typeorm": "^0.2.8"
},
"author": "Anders Evenrud <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/os-js/osjs-database-auth/issues"
},
"homepage": "https://github.com/os-js/osjs-database-auth#readme",
"devDependencies": {
"@osjs/eslint-config": "^1.0.0",
"eslint": "^5.16.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"sourceType": "module"
},
"extends": "@osjs/eslint-config"
}
}