{
	"name": "@stationeers-ic/codemirror-lang-ic10",
	"description": "ic10 language support for codemirror",
	"author": "Aidan647",
	"version": "0.4.1",
	"publishConfig": {
		"access": "public"
	},
	"type": "module",
	"sideEffects": false,
	"repository": {
		"type": "git",
		"url": "https://github.com/Stationeers-ic/codemirror-lang-ic10.git"
	},
	"keywords": [
		"codemirror",
		"ic10"
	],
	"bugs": {
		"url": "https://github.com/Stationeers-ic/codemirror-lang-ic10/issues"
	},
	"homepage": "https://github.com/Stationeers-ic/codemirror-lang-ic10",
	"license": "CC BY-NC 4.0",
	"scripts": {
		"prepack": "bun run update && rollup -c",
		"build": "bun prepack",
		"fix": "bunx --bun biome check . --write --unsafe",
		"update": "bun run ./tools/update_data.ts"
	},
	"module": "dist/index.js",
	"main": "dist/index.cjs",
	"exports": {
		"import": "./dist/index.js",
		"require": "./dist/index.cjs"
	},
	"files": [
		"dist"
	],
	"types": "dist/index.d.ts",
	"devDependencies": {
		"@biomejs/biome": "2.2.6",
		"@codemirror/state": "^6.5.2",
		"@lezer/generator": "^1.8.0",
		"@lezer/lr": "^1.4.2",
		"@rollup/plugin-typescript": "^12.1.4",
		"@types/bun": "1.3.0",
		"rollup": "^4.52.4",
		"rollup-plugin-dts": "^6.2.3",
		"tslib": "^2.8.1",
		"typescript": "^5.9.3",
		"uglify-js": "^3.19.3"
	},
	"peerDependencies": {
		"typescript": "^5.9.3"
	},
	"dependencies": {
		"@codemirror/autocomplete": "^6.19.0",
		"@codemirror/language": "^6.11.3",
		"@codemirror/view": "^6.38.6",
		"@lezer/highlight": "^1.2.1"
	}
}
