{
    "name": "@workbench-stack/core",
    "version": "3.9.7",
    "description": "Workbench core for higher packages to depend on",
    "main": "lib/index.js",
    "module": "lib/index.js",
    "type": "module",
    "scripts": {
        "jest": "./node_modules/.bin/jest",
        "test": "jest",
        "test:debug": "npm test -- --runInBand",
        "test:watch": "npm test -- --watch",
        "prepublishOnly": "npm run build",
        "watch": "npm run build:lib:watch",
        "build": "npm run build:clean && npm run build:lib",
        "build:clean": "rimraf lib",
        "build:lib": "rollup -c rollup.config.mjs",
        "build:lib:watch": "npm run build:lib -- --watch"
    },
    "publishConfig": {
        "access": "public"
    },
    "author": "CDMBase LLC",
    "license": "ISC",
    "peerDependencies": {
        "@files-stack/core": "*",
        "@vscode-alt/monaco-editor": ">=0.17.1"
    },
    "typings": "lib/index.d.ts",
    "typescript": {
        "definition": "lib/index.d.ts"
    },
    "gitHead": "225ca776d0e20edf308dcbe68c9f0618ea208cc1"
}
