Extra contents beyond WaniKani
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
868 B

{
"name": "@wk-extra/server",
"private": true,
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"start": "node .",
"build": "tsc -P src/tsconfig.json",
"dev": "yarn tsmon src/index.ts",
"gcp-build": "yarn build",
"deploy": "gcloud app deploy",
"ts": "ts-node -r tsconfig-paths/register",
"tsmon": "NODE_ENV=development ts-node-dev -r tsconfig-paths/register"
},
"dependencies": {
"@fastify/cors": "^7.0.0",
"fastify": "^3.29.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"jsonschema-definer": "^1.3.2",
"sanitize-filename": "^1.6.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"fast-glob": "^3.2.11",
"pino-pretty": "^7.6.1",
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.4"
}
}