@snowtop/ent-graphql-tests
Version:
easy ways to test ent and graphql
53 lines (52 loc) • 1.18 kB
JSON
{
"name": "@snowtop/ent-graphql-tests",
"version": "0.1.0",
"description": "easy ways to test ent and graphql",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "jest",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git@github.com:lolopinto/ent.git",
"directory": "packages/ent-graphql-tests"
},
"keywords": [
"snowtop",
"ent",
"graphql",
"test"
],
"author": "lolopinto",
"license": "ISC",
"bugs": {
"url": "https://github.com/lolopinto/ent/issues"
},
"homepage": "https://github.com/lolopinto/ent#readme",
"dependencies": {
"express": "^4.17.2",
"graphql-helix": "^1.12.0",
"jest-expect-message": "^1.1.3",
"supertest": "^6.1.6"
},
"devDependencies": {
"@snowtop/ent": "^0.1.0",
"@types/express": "^4.17.13",
"@types/jest": "^29.2.3",
"graphql": "^16.5.0",
"graphql-upload": "^13.0.0",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.2.4"
},
"peerDependencies": {
"@snowtop/ent": ">=0.1.0",
"graphql": "^16.5.0",
"jest-expect-message": "^1.1.3"
}
}