-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 911 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": "nexus-validate-plugin",
"version": "0.0.6",
"main": "dist/index.js",
"module": "dist/nexus.esm.js",
"types": "dist/index.d.ts",
"license": "MIT",
"private": false,
"description": "",
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint src",
"prepare": "tsdx build"
},
"dependencies": {
"@types/yup": "^0.29.10",
"eslint-plugin-prettier": "^3.3.1",
"yup": "^0.32.8"
},
"devDependencies": {
"@types/node": "14.14.12",
"apollo-server": "2.19.0",
"graphql": "15.4.0",
"nexus": "1.0.0",
"prettier": "2.2.1",
"tsdx": "^0.14.1",
"typescript": "4.1.2"
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "all"
},
"repository": "[email protected]:Spantree/nexus-validate-plugin.git",
"author": "Ahmed Elywa",
"files": [
"dist"
]
}