package.json 449 B

12345678910111213141516171819202122
  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. "test:cov": "exit 0"
  13. },
  14. "devDependencies": {
  15. "typescript": "^5.0.4",
  16. "eslint": "^8.54.0"
  17. },
  18. "publishConfig": {
  19. "access": "public",
  20. "registry": "https://registry.npmjs.org/"
  21. }
  22. }