Wordle/Japanese_Wordle/packages/server/package.json
2022-03-27 15:16:41 -04:00

43 lines
1.0 KiB
JSON

{
"name": "@kirenai-kotoba/server",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"start": "node .",
"ts": "ts-node -r tsconfig-paths/register",
"dev": "NODE_ENV=development ts-node-dev src/index.ts",
"build": "tsc -P src/tsconfig.json && yarn ts src/db/loki.ts"
},
"dependencies": {
"axios": "^0.25.0",
"ejs": "^3.1.6",
"fastify": "^3.27.1",
"fastify-static": "^4.5.0",
"jsonschema-definer": "^1.3.2",
"lokijs": "^1.5.12",
"point-of-view": "^5.1.0",
"wanakana": "^4.0.2"
},
"devDependencies": {
"@types/lokijs": "^1.5.7",
"@types/node": "^17.0.16",
"@types/wanakana": "^4.0.3",
"@types/xml-flow": "^1.0.1",
"cheerio": "^1.0.0-rc.10",
"import-sort-parser-typescript": "^6.0.0",
"pino-pretty": "^7.5.1",
"ts-node": "^10.5.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.5",
"xml-flow": "^1.0.4"
},
"importSort": {
".js, .ts": {
"parser": "typescript",
"style": "module"
}
}
}