-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.47 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
{
"name": "@shibuidao/erc721exchange-types",
"author": "Nejc Drobnič <[email protected]> (https://quantumly.dev)",
"version": "1.0.3",
"description": "",
"license": " BSD-3-Clause",
"types": "generated/ts/api.d.ts",
"main": "generated/ts/api.d.ts",
"scripts": {
"sversion": "standard-version",
"codegen": "graphql-codegen --overwrite",
"postcodegen": "npm-run-all --sequential typescript:** graphql:**",
"typescript:replace-invalid-code": "replace-in-file /}\\;/g } generated/ts/api.d.ts --isRegex",
"graphql:replace-query": "replace-in-file \"type Query \" \"type ERC721ExchangeQuery \" generated/ts/api.graphql"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShibuiDAO/erc721exchange-types.git"
},
"bugs": {
"url": "https://github.com/ShibuiDAO/erc721exchange-types/issues"
},
"homepage": "https://github.com/ShibuiDAO/erc721exchange-types#readme",
"files": [
"generated/ts/api.d.ts",
"generated/ts/api.graphql"
],
"dependencies": {
"graphql": "^16.0.1"
},
"devDependencies": {
"@graphql-codegen/cli": "2.2.2",
"@graphql-codegen/introspection": "2.1.0",
"@graphql-codegen/schema-ast": "2.4.0",
"@graphql-codegen/typescript": "2.3.1",
"@graphql-codegen/typescript-operations": "2.2.0",
"@graphql-codegen/typescript-resolvers": "2.4.0",
"npm-run-all": "4.1.5",
"replace-in-file": "6.3.2",
"standard-version": "9.3.2"
},
"publishConfig": {
"access": "public"
}
}