mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
34 lines
941 B
JSON
34 lines
941 B
JSON
{
|
|
"name": "@keymanapp/developer-server",
|
|
"version": "15.0.171-alpha-local",
|
|
"description": "Keyman Developer backend server",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postbuild": "npx gosh postbuild.sh",
|
|
"prod": "node .",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"watch": "npm run postbuild && tsc-watch --onSuccess \"node .\" --onFailure \"node .\""
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sentry/node": "^6.16.1",
|
|
"chalk": "^4.1.2",
|
|
"express": "^4.17.2",
|
|
"multer": "^1.4.4",
|
|
"ngrok": "^4.2.2",
|
|
"ws": "^8.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@keymanapp/resources-gosh": "file:../../resources/gosh",
|
|
"@types/express": "^4.17.13",
|
|
"@types/multer": "^1.4.7",
|
|
"@types/node": "^17.0.0",
|
|
"@types/ws": "^8.2.2",
|
|
"copyfiles": "^2.4.1",
|
|
"ts-node": "^10.4.0",
|
|
"tsc-watch": "^4.5.0",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|