old-automod/api/package.json

30 lines
634 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "",
"exports": "./index",
"type": "module",
"scripts": {
"build": "rm -rf dist && tsc",
"start": "node --experimental-specifier-resolution=node dist/index",
"dev": "yarn build && yarn start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/express": "^4.17.13",
"@types/monk": "^6.0.0",
"@types/ws": "^8.2.2",
"dotenv": "^14.2.0",
"express": "^4.17.2",
"log75": "^2.2.0",
"monk": "^7.3.4",
"ulid": "^2.3.0",
"ws": "^8.4.2"
},
"devDependencies": {
"typescript": "^4.5.5"
}
}