package.json 303 B

123456789101112131415161718
  1. {
  2. "name": "computeds",
  3. "version": "0.0.1",
  4. "main": "out/index.js",
  5. "license": "MIT",
  6. "files": [
  7. "out"
  8. ],
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/johnsoncodehk/computeds.git"
  12. },
  13. "devDependencies": {
  14. "vite": "latest",
  15. "vitest": "latest",
  16. "typescript": "latest"
  17. }
  18. }