c119c44c13
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"prestart": "cd ../client && npm run build",
|
|
"start": "nodemon -r @ts-tools/node/r -r tsconfig-paths/register ./src/index.ts",
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@ts-tools/node": "^1.0.0",
|
|
"@types/express": "^4.17.1",
|
|
"@types/express-winston": "^3.0.4",
|
|
"@types/hapi__joi": "^16.0.1",
|
|
"@types/jest": "^24.0.23",
|
|
"@types/joi": "^14.3.3",
|
|
"@types/node": "10",
|
|
"@types/tmp": "^0.1.0",
|
|
"@types/winston": "^2.4.4",
|
|
"jest": "^24.9.0",
|
|
"nodemon": "^1.19.3",
|
|
"ts-jest": "^24.1.0",
|
|
"ts-node": "^8.4.1",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"typescript": "~3.6.3"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@google-cloud/storage": "^4.0.0",
|
|
"@hapi/joi": "^16.1.7",
|
|
"@taquito/taquito": "^5.1.0-beta.1",
|
|
"@types/node-fetch": "^2.5.4",
|
|
"body-parser": "^1.19.0",
|
|
"escape-html": "^1.0.3",
|
|
"express": "^4.17.1",
|
|
"express-winston": "^4.0.1",
|
|
"node-fetch": "^2.6.0",
|
|
"sanitize-html": "^1.20.1",
|
|
"tmp": "^0.1.0",
|
|
"winston": "^3.2.1"
|
|
}
|
|
}
|