-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 Bytes
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
{
"name": "graphql-request-upload",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"homepage": "https://github.com/Voldemat/graphql-request-upload#readme",
"repository": "https://github.com/Voldemat/graphql-request-upload",
"scripts": {
"build": "tsc",
"test": "jest",
"test:ci": "npm run test",
"lint:ts": "tsc --noEmit",
"lint:ci": "npm run lint:ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.10",
"graphql-request": "^6.1.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
}
}