-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.36 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
{
"name": "@thesatoshicompany/moleculer-db-graphql",
"version": "1.0.8",
"git": "https://github.com/derekbar90/moleculer-db-graphql.git",
"scripts": {
"test": "yarn jest --detectOpenHandles",
"typecheck": "yarn tsc --project ./tsconfig-typecheck.json",
"lint": "eslint 'src/**/*.{ts,tsx}'",
"format": "prettier --write 'src/**/*.{ts,tsx}'",
"build": "./scripts/build.sh",
"prepublish": "npm run build"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"files": ["dist/"],
"dependencies": {
"change-case": "^4.1.1",
"moleculer": "0.14.10"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.4",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^7.0.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-typescript": "^3.0.0",
"eslint-formatter-pretty": "^3.0.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-typescript": "^0.14.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"ts-node": "^8.10.1",
"typescript": "^3.9.3",
"typescript-eslint-parser": "^22.0.0"
}
}