package.json 489 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@flowgram.ai/ts-config",
  3. "version": "0.1.8",
  4. "type": "module",
  5. "description": "",
  6. "keywords": [],
  7. "license": "ISC",
  8. "author": "chenjiawei.inizio@bytedance.com",
  9. "scripts": {
  10. "build": "exit",
  11. "test": "exit",
  12. "lint": "exit",
  13. "watch": "exit",
  14. "test:cov": "exit 0"
  15. },
  16. "devDependencies": {
  17. "typescript": "^5.8.3",
  18. "eslint": "^9.0.0"
  19. },
  20. "publishConfig": {
  21. "access": "public",
  22. "registry": "https://registry.npmjs.org/"
  23. }
  24. }