package.json 342 B

123456789101112131415
  1. {
  2. "name": "typingfreaks",
  3. "version": "0.0.1",
  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": "^3.0.1"
  13. },
  14. "dependencies": {}
  15. }