mirror of
https://github.com/lancache-ui/lancache-ui-service.git
synced 2026-03-31 06:24:10 -04:00
30 lines
688 B
JSON
30 lines
688 B
JSON
{
|
|
"name": "graphql-yoga",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development ts-node-dev --exit-child --respawn src/main.ts",
|
|
"start": "ts-node src/main.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@types/node": "18.7.19",
|
|
"cross-env": "7.0.3",
|
|
"ts-node": "10.9.1",
|
|
"ts-node-dev": "2.0.0",
|
|
"typescript": "4.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@graphql-tools/schema": "^9.0.4",
|
|
"@graphql-yoga/node": "^2.13.13",
|
|
"better-sqlite3": "^7.6.2",
|
|
"dotenv": "^16.0.3",
|
|
"fastq": "^1.13.0",
|
|
"graphql": "^16.6.0",
|
|
"phin": "^3.6.1"
|
|
}
|
|
}
|