31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"name": "kraiken-lib",
|
|
"version": "0.2.0",
|
|
"description": "helper functions and snatch selection",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"compile": "graphql-codegen",
|
|
"watch": "graphql-codegen -w"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.9.10",
|
|
"graphql": "^16.8.1",
|
|
"graphql-tag": "^2.12.6"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^5.0.2",
|
|
"@graphql-codegen/client-preset": "^4.2.5",
|
|
"@graphql-codegen/typescript": "^4.0.6",
|
|
"@graphql-codegen/typescript-operations": "^4.2.0",
|
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
"@types/jest": "^29.5.12",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.2",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|