webstudio/server/package.json
2023-08-31 17:06:55 +03:00

42 lines
1 KiB
JSON

{
"name": "step-by-step-server",
"version": "0.0.1",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"pretest": "tsc",
"test": "node ./test/test.js",
"test:watch": "tsc-watch --onSuccess 'node ./test/test.js'"
},
"author": "IDONTSUDO",
"devDependencies": {
"@testdeck/mocha": "latest",
"@types/chai": "latest",
"@types/md5": "^2.3.2",
"@types/mocha": "latest",
"@types/node": "^20.4.8",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"chai": "latest",
"eslint": "^8.47.0",
"mocha": "latest",
"nyc": "latest",
"source-map-support": "latest",
"tslint": "latest",
"typescript": "^5.1.6"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.0",
"babel-register": "^6.26.0",
"concurrently": "^8.2.0",
"first-di": "^1.0.11",
"md5": "^2.3.0",
"node-watch": "^0.7.4",
"nodemon": "^3.0.1",
"reflect-metadata": "^0.1.13",
"spark-md5": "^3.0.2",
"ts-md5": "^1.3.1",
"tsc-watch": "^6.0.4"
}
}