forked from clentfort/urql-custom-scalars-exchange
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.22 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
49
50
{
"version": "1.1.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build --transpileOnly"
},
"peerDependencies": {
"@urql/core": "^1.12.3 || ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"graphql": "^15.3.0 || ^16.0.0",
"wonka": "^4.0.14 || ^6.0.0"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@atmina/urql-custom-scalars-exchange",
"author": "Christian Lentfort",
"module": "dist/urql-custom-scalars-exchange.esm.js",
"devDependencies": {
"@urql/core": "^5.0.0",
"graphql": "^16.0.0",
"graphql-tag": "^2.12.6",
"husky": "^4.2.5",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"wonka": "^6.0.0"
},
"packageManager": "[email protected]+sha512.91d93b445d9284e7ed52931369bc89a663414e5582d00eea45c67ddc459a2582919eece27c412d6ffd1bd0793ff35399381cb229326b961798ce4f4cc60ddfdb"
}