{
    "name": "@workbench-stack/components",
    "version": "3.9.7",
    "description": "workbench components",
    "main": "lib/index.js",
    "module": "lib/index.js",
    "type": "module",
    "scripts": {
        "jest": "./node_modules/.bin/jest",
        "test": "cross-env ENV_FILE=../../config/test/test.env 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"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cdmbase/workbench-stack.git"
    },
    "author": "CDMBase LLC",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/cdmbase/workbench-stack/issues"
    },
    "homepage": "https://github.com/cdmbase/workbench-stack#readme",
    "dependencies": {
        "@workbench-stack/core": "^3.9.7",
        "mousetrap": "^1.6.5",
        "ramda": "^0.30.1"
    },
    "devDependencies": {
        "react-fela": "^12.2.1"
    },
    "typings": "lib/index.d.ts",
    "typescript": {
        "definition": "lib/index.d.ts"
    },
    "browserslist": [
        ">0.2%",
        "not dead",
        "not ie <= 11",
        "not op_mini all"
    ],
    "gitHead": "225ca776d0e20edf308dcbe68c9f0618ea208cc1"
}
