{
    "name": "@launchmenu/core",
    "version": "0.1.4",
    "description": "An environment for visual keyboard controlled applets",
    "types": "build/index.d.ts",
    "main": "build/index.js",
    "files": [
        "build/**/*",
        "images/**/*"
    ],
    "scripts": {
        "build": "lm-build-tools --build --production --reexport",
        "watch": "lm-build-tools --watch --reexport",
        "dev": "lm-build-tools --build --launch --watch --reexport --entry startup.js",
        "start": "lm-build-tools --launch --production --entry startup.js",
        "debug": "electron build/startup.js --inspect-brk",
        "start:dev": "lm-build-tools --launch --entry startup.js",
        "clean": "lm-build-tools --cleanup",
        "test": "jest -i",
        "test-watch": "jest --watch -i",
        "test-watch-debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --runInBand --watch --config=\"jest.config.js\"",
        "eslint": "eslint ./src -o eslintLog.tap --format tap",
        "prepare": "node scripts/initApplets.js && npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/LaunchMenu/LaunchMenu.git"
    },
    "keywords": [
        "React",
        "LaunchMenu",
        "Applet"
    ],
    "author": "Tar van Krieken",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/LaunchMenu/LaunchMenu/issues"
    },
    "homepage": "https://github.com/LaunchMenu/LaunchMenu#readme",
    "dependencies": {
        "@emotion/react": "^11.1.4",
        "@emotion/serialize": "^1.0.0",
        "@jxa/run": "^1.3.4",
        "@launchmenu/hmr": "^0.1.0",
        "ace-builds": "^1.4.12",
        "bezier-js": "^2.6.1",
        "chevrotain": "^7.0.1",
        "chokidar": "^3.4.2",
        "color": "^3.1.2",
        "fuzzy-rater": "^0.0.0",
        "mkdirp": "^1.0.4",
        "model-react": "^4.0.1",
        "node-global-key-listener": "^0.0.11",
        "react": "^17.0.0",
        "react-dom": "^17.0.0",
        "react-icons": "^3.10.0",
        "react-katex": "^2.0.2",
        "react-markdown": "^5.0.3",
        "react-resize-detector": "^6.4.0-rc.0",
        "regexp-match-indices": "^1.0.2",
        "remark-math": "^4.0.0",
        "uuid": "^8.2.0"
    },
    "devDependencies": {
        "@jxa/types": "^1.3.4",
        "@testing-library/jest-dom": "^5.5.0",
        "@testing-library/react": "^10.0.3",
        "@types/ace": "^0.0.43",
        "@types/bezier-js": "^0.0.8",
        "@types/color": "^3.0.1",
        "@types/jest": "^26.0.0",
        "@types/mkdirp": "^1.0.1",
        "@types/react": "^17.0.0",
        "@types/react-dom": "^17.0.0",
        "@types/uuid": "^8.0.0",
        "@typescript-eslint/eslint-plugin": "^4.9.1",
        "@typescript-eslint/parser": "^4.9.1",
        "electron": "^11.2.1",
        "eslint": "^7.15.0",
        "eslint-plugin-import": "^2.22.1",
        "jest": "^26.0.1",
        "ts-jest": "^26.1.0",
        "typescript": "^4.1.3"
    },
    "publishConfig": {
        "access": "public"
    },
    "gitHead": "9d8338330c7b45535af3652d3efc24be68010286"
}
