{
"name": "@axiomhq/mpl-codemirror",
"version": "0.6.0",
"type": "module",
"collaborators": [
"Seoyoung Lee <seoyoung@axiom.co>",
"Arne Bahlo <arne@axiom.co>",
"Heinz Gies <heinz@axiom.co>",
"Samuel Cristobal <samu@messy.page>"
],
"description": "Codemirror plugin for the Metrics Processing Language",
"license": "MIT OR Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/axiomhq/mpl.git"
},
"exports": {
".": "./dist/index.js",
"./styles/tokens.css": "./styles/tokens.css"
},
"files": [
"dist",
"styles"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "vitest run"
},
"devDependencies": {
"@codemirror/autocomplete": "^6",
"@codemirror/lint": "^6",
"@codemirror/state": "^6",
"@codemirror/view": "^6",
"typescript": "^5.5.0",
"vitest": "^4.0.18"
},
"peerDependencies": {
"@codemirror/autocomplete": "^6",
"@codemirror/lint": "^6",
"@codemirror/state": "^6",
"@codemirror/view": "^6",
"@axiomhq/mpl": "*"
}
}