package.json 310 B

123456789101112131415
  1. {
  2. "name": "verification-module",
  3. "version": "1.0.0",
  4. "main": "dist/main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1",
  7. "start": "node ./dist/main.js"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "description": "",
  12. "devDependencies": {
  13. "typescript": "^5.8.2"
  14. }
  15. }