A "high-level" language for the Gameboy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
433 B

2 years ago
2 years ago
  1. {
  2. "devDependencies": {
  3. "peggy": "^1.2.0",
  4. "typescript": "^4.4.3"
  5. },
  6. "name": "gbuoy",
  7. "version": "1.0.0",
  8. "main": "gbuoy.js",
  9. "directories": {
  10. "lib": "lib"
  11. },
  12. "scripts": {
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "author": "Forest Belton <forest@homolo.gy>",
  16. "license": "MIT",
  17. "description": "A 'high-level' language for the Gameboy",
  18. "bin": {
  19. "gbuoy": "./gbuoy.js"
  20. }
  21. }