-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.44 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
51
52
53
{
"name": "@graphql-ts/repo",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/Thinkmill/graphql-ts",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.7",
"@babel/preset-typescript": "^7.13.0",
"@changesets/changelog-github": "^0.4.0",
"@changesets/cli": "^2.16.0",
"@manypkg/cli": "0.18.0",
"@preconstruct/cli": "^2.2.1",
"@types/decompress": "4.2.4",
"@types/jest": "26.0.24",
"@types/node-fetch": "2.5.12",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"babel-jest": "27.0.6",
"eslint": "^7.28.0",
"got": "11.8.2",
"jest": "27.0.6",
"node-fetch": "2.6.1",
"package-json": "7.0.0",
"prettier": "2.3.1",
"prettier-plugin-jsdoc": "0.3.23",
"typescript": "^4.3.5"
},
"scripts": {
"postinstall": "preconstruct dev && manypkg check",
"release": "preconstruct build && changeset publish",
"version": "changeset version && pnpm i --frozen-lockfile=false",
"test": "jest",
"types": "tsc",
"lint": "eslint .",
"site": "cd site && pnpm dev",
"build": "preconstruct build"
},
"preconstruct": {
"packages": [
"packages/*"
],
"exports": true,
"___experimentalFlags_WILL_CHANGE_IN_PATCH": {
"exports": true
}
},
"manypkg": {
"defaultBranch": "main"
}
}