package.json 285 B

123456789101112
  1. {
  2. "name": "qf-types",
  3. "version": "1.0.0",
  4. "description": "Global package for about interfaces, types.",
  5. "main": "index.ts",
  6. "repository": "https://git.ali33.ru/s4z/qf-types.git",
  7. "author": "0xJS",
  8. "license": "MIT",
  9. "devDependencies": {
  10. "typescript": "^5.0.4"
  11. }
  12. }