package.json 386 B

123456789101112131415161718
  1. {
  2. "name": "transportinterface",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "build": "tsc",
  9. "start": "node dist/index.js"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "devDependencies": {
  14. "@types/express": "^5.0.0",
  15. "@types/node": "^22.7.4",
  16. "typescript": "^5.6.2"
  17. }
  18. }