package.json 470 B

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