{
    "name": "@launchmenu/applet-settings-manager",
    "version": "0.1.4",
    "description": "An applet to manage settings",
    "types": "build/index.d.ts",
    "files": [
        "build/**/*"
    ],
    "main": "build/index.js",
    "scripts": {
        "build": "lm-build-tools --build --production",
        "dev": "lm-build-tools --watch",
        "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\"",
        "prepare": "npm run build"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/LaunchMenu/LaunchMenu.git"
    },
    "keywords": [
        "LaunchMenu",
        "Settings",
        "Applet",
        "LaunchMenu Applet"
    ],
    "author": "Tar van Krieken",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/LaunchMenu/LaunchMenu/issues"
    },
    "homepage": "https://github.com/LaunchMenu/LaunchMenu/tree/master/packages/core-applets/settings-manager#readme",
    "peerDependencies": {
        "model-react": "^4.0.1",
        "react": "^17.0.0",
        "uuid": "^8.2.0"
    },
    "devDependencies": {
        "@testing-library/jest-dom": "^5.5.0",
        "@testing-library/react": "^10.0.3",
        "@types/jest": "^26.0.0",
        "@types/react": "^17.0.0",
        "jest": "^26.0.1",
        "model-react": "^4.0.1",
        "react": "^17.0.0",
        "ts-jest": "^26.1.0"
    },
    "dependencies": {
        "@launchmenu/core": "^0.1.4"
    },
    "gitHead": "9d8338330c7b45535af3652d3efc24be68010286",
    "publishConfig": {
        "access": "public"
    }
}
