{
    "name": "@files-stack/core",
    "version": "4.3.1",
    "description": "files 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",
        "prepublish": "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"
    },
    "jest": {
        "testEnvironment": "node",
        "roots": [
            "src"
        ],
        "modulePaths": [
            "node_modules"
        ],
        "moduleFileExtensions": [
            "ts",
            "tsx",
            "js",
            "json"
        ],
        "transform": {
            "\\.(ts|tsx)$": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
        },
        "testRegex": "/__tests__/.*test*\\.(ts|tsx|js)$"
    },
    "author": "CDMBase LLC",
    "license": "ISC",
    "peerDependencies": {
        "@vscode-alt/monaco-editor": ">=0.17.1"
    },
    "typings": "lib/index.d.ts",
    "typescript": {
        "definition": "lib/index.d.ts"
    },
    "gitHead": "169a7183e046eb05e803e2eeee5758ebb0396515"
}
