package.json 320 B

1234567891011121314
  1. {
  2. "name": "typingfreaks",
  3. "version": "0.0.2",
  4. "description": "A typing game for Japanese",
  5. "scripts": {
  6. "build": "tsc",
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Thomas Dy <thatsmydoing@gmail.com",
  10. "license": "ISC",
  11. "devDependencies": {
  12. "typescript": "^4.0.0"
  13. }
  14. }