{ "name": "serum-rest", "version": "1.0.0", "private": true, "scripts": { "start": "tsc && node ./bin/www", "start-prof": "tsc && node --prof ./bin/www", "build": "tsc", "clean": "rm -r ./lib", "lint-dry": "eslint . --ext .js,.jsx,.ts,.tsx", "fix": "prettier --write . && eslint . --ext .js,.jsx,.ts,.tsx --fix", "shell": "tsc && node -e \"$(< shell)\" -i --experimental-repl-await" }, "repository": "git@github.com:project-serum/serum-rest-wip.git", "author": "Nathaniel Parke ", "devDependencies": { "@tsconfig/node12": "^1.0.7", "@types/express": "^4.17.8", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "eslint": "^7.11.0", "eslint-config-prettier": "^6.13.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "prettier": "^2.1.2", "typescript": "^4.0.3" }, "dependencies": { "@project-serum/serum": "^0.13.5", "@solana/web3.js": "^0.81.0", "bn.js": "^5.1.3", "debug": "^4.2.0", "dotenv": "^8.2.0", "express": "^4.17.1", "express-async-handler": "^1.1.4", "http-errors": "^1.8.0", "morgan": "^1.10.0", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.0" } }