{
    "name": "mirrorsharp",
    "version": "2.1.0",
    "engines": {
        "node": ">=12.6.1"
    },
    "description": "A code editor `<textarea>` for .NET.",
    "authors": [
        "Andrey Shchekin (https://github.com/ashmind)"
    ],
    "license": "MIT",
    "main": "mirrorsharp.js",
    "types": "mirrorsharp.d.ts",
    "homepage": "https://github.com/ashmind/mirrorsharp",
    "bugs": "https://github.com/ashmind/mirrorsharp/issues",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ashmind/mirrorsharp.git"
    },
    "browserslist": [
        "Chrome >= 80",
        "Edge >= 80",
        "Firefox >= 72"
    ],
    "scripts": {
        "build": "ts-node-script ./build.ts",
        "watch": "ts-node-script ./build.ts --watch",
        "test": "jest"
    },
    "jest": {
        "preset": "ts-jest",
        "globals": {
            "ts-jest": {
                "tsConfig": "<rootDir>/tests/tsconfig.json"
            }
        },
        "testMatch": [
            "<rootDir>/tests/**/*.tests.ts"
        ],
        "collectCoverage": false,
        "collectCoverageFrom": [
            "<rootDir>/ts/**/*.ts",
            "<rootDir>/tests/**/*.tests.ts"
        ]
    },
    "dependencies": {
        "@types/codemirror": "0.0.87",
        "codemirror": "^5.18.2",
        "codemirror-addon-infotip": "^1.1.0",
        "codemirror-addon-lint-fix": "^1.1.0"
    },
    "devDependencies": {
        "@babel/core": "^7.9.0",
        "@babel/plugin-syntax-class-properties": "^7.8.3",
        "@types/jest": "^25.1.4",
        "@types/node": "^13.9.1",
        "@typescript-eslint/eslint-plugin": "^2.26.0",
        "@typescript-eslint/parser": "^2.26.0",
        "babel-plugin-add-import-extension": "^1.3.1",
        "eslint": "^6.8.0",
        "fast-glob": "^3.2.2",
        "fs-jetpack": "^2.1.0",
        "jest": "^25.1.0",
        "keysim": "^2.0.0",
        "oldowan": "^1.0.0-preview-6",
        "ts-jest": "^25.2.1",
        "ts-node": "^8.9.0",
        "typescript": "^3.8.3"
    },
    "type": "module"
}