{
  "name": "@specy/mips",
  "version": "1.2.8",
  "keywords": [
    "mips",
    "mars",
    "mips-interpreter",
    "mips-simulator",
    "mips-assembly",
    "java",
    "assembly",
    "teavm"
  ],
  "description": "The MARS mips interpreter in JS",
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts",
    "build:all": "cd ../../ && mvn clean install && cd marsjs/ts && npm run build"

  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Specy/MARS.git"
  },
  "author": "specy",
  "license": "MIT",
  "devDependencies": {
    "eslint": "^9.19.0",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3"
  }
}
