package.json 323 B

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