package.json 374 B

123456789101112131415161718
  1. {
  2. "name": "craftlab-auth",
  3. "version": "1.0.0",
  4. "description": "",
  5. "license": "ISC",
  6. "author": "isundil",
  7. "type": "module",
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1",
  11. "build": "tsc src/index.ts"
  12. },
  13. "devDependencies": {
  14. "crypto": "^1.0.1",
  15. "ts-node": "^10.9.2",
  16. "typescript": "^5.9.3"
  17. }
  18. }