-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 861 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
{
"name": "gnorm-typescript",
"version": "1.0.0",
"repository": "[email protected]:cliedeman/gnorm-typescript.git",
"author": "Ciaran Liedeman <[email protected]>",
"license": "MIT",
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"bracketSpacing": false
},
"scripts": {
"lint": "eslint \"./{join-monster/generated,objection/generated}/**/*.ts\"",
"lint:fix": "eslint --fix \"./src/**/*.ts\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"graphql": "0.13.2",
"graphql-iso-date": "^3.6.1",
"graphql-relay": "^0.6.0",
"join-monster": "^2.1.0",
"objection": "^1.6.7",
"prettier": "^1.17.0",
"typescript": "^3.4.3"
}
}