{
  "name": "@stationeers-ic/monaco-lang-ic10",
  "author": "Aidan647",
  "description": "Monaco Editor language support for IC10 assembly language used in Stationeers.",
  "version": "0.2.5",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc --removeComments && tsc --declaration --emitDeclarationOnly",
    "prepack": "bun run fix && rm -R dist && bun run build",
    "dev": "bun --hot tools/test/serve.ts",
    "fix": "biome check . --write --unsafe",
    "prepare": "husky",
    "update-data": "bun tools/updateData/index.ts"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stationeers-ic/monaco-lang-ic10.git"
  },
  "bugs": {
    "url": "https://github.com/Stationeers-ic/monaco-lang-ic10/issues"
  },
  "homepage": "https://github.com/Stationeers-ic/monaco-lang-ic10#readme",
  "devDependencies": {
    "@biomejs/biome": "^2.3.1",
    "@types/bun": "1.3.1",
    "husky": "^9.1.7",
    "zod": "^4.1.12"
  },
  "peerDependencies": {
    "typescript": "^5"
  },
  "type": "module",
  "dependencies": {
    "i18next": "^25.6.0",
    "monaco-editor": "^0.54.0"
  }
}
