-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.43 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.43 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@khanacademy/graphql-flow",
"version": "4.0.1",
"repository": {
"type": "git",
"url": "https://github.com/Khan/graphql-flow.git"
},
"bugs": {
"url": "https://github.com/Khan/graphql-flow/issues"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"bin": {
"graphql-flow": "dist/cli/run.js"
},
"jest": {
"testPathIgnorePatterns": [
"dist"
]
},
"scripts": {
"test": "jest",
"typecheck": "tsc --noEmit",
"publish:ci": "pnpm build && changeset publish",
"build": "babel src --extensions '.ts, .tsx' --out-dir dist --ignore 'src/**/*.spec.ts','src/**/*.test.ts' && chmod 755 dist/cli/run.js"
},
"main": "dist/index.js",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/eslint-parser": "^7.17.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@changesets/cli": "^2.21.1",
"@jest/globals": "^30.2.0",
"@khanacademy/eslint-config": "^4.0.0",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.28.0",
"@types/jest": "^29.5.3",
"@types/minimist": "^1.2.5",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"babel-jest": "23.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-prettier": "^4.0.0",
"graphql-tag": "2.10.1",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"typescript": "^5.1.6"
},
"dependencies": {
"@babel/core": "^7.24.5",
"@babel/generator": "^7.24.5",
"@babel/parser": "^7.24.5",
"@babel/traverse": "^7.24.5",
"@babel/types": "^7.24.5",
"@khanacademy/wonder-stuff-core": "^1.5.1",
"apollo-utilities": "^1.3.4",
"graphql": "^16.9.0",
"jsonschema": "^1.4.1",
"minimist": "^1.2.8",
"rspack-resolver": "^1.3.0",
"tsconfig-paths": "^4.2.0"
},
"packageManager": "pnpm@10.22.0+sha512.bf049efe995b28f527fd2b41ae0474ce29186f7edcb3bf545087bd61fbbebb2bf75362d1307fda09c2d288e1e499787ac12d4fcb617a974718a6051f2eee741c"
}