{
    "name": "@onerjs/smart-filters",
    "version": "8.56.4",
    "description": "Babylon.js Smart Filter core",
    "keywords": [
        "video",
        "composition",
        "3D",
        "2D",
        "javascript",
        "html5",
        "webgl",
        "webgl2",
        "webgpu",
        "babylon"
    ],
    "license": "MIT",
    "readme": "README.md",
    "main": "dist/index",
    "module": "dist/index",
    "esnext": "dist/index",
    "types": "dist/index",
    "type": "module",
    "sideEffects": [
        "./dist/utils/buildTools/**"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/BabylonJS/Babylon.js.git"
    },
    "files": [
        "dist",
        "src",
        "license.md",
        "readme.md"
    ],
    "scripts": {
        "build": "npm run clean && npm run copySrc && npm run compile",
        "clean": "rimraf dist && rimraf src && rimraf *.tsbuildinfo -g && rimraf \"./**/*.!(cmd|md|json|build.json|lts.json|tasks.json|cjs)\" -g",
        "copySrc": "node -e \"require('fs').cpSync('../../../dev/smartFilters/src', './src', { recursive: true })\"",
        "compile": "node src/utils/buildTools/recordVersionNumber.js && tsc -b tsconfig.build.json && build-tools -c tp --outDir ./dist --buildType es6 --basePackage @onerjs/smart-filters --appendJS",
        "postcompile": "build-tools -c add-js-to-es6"
    },
    "devDependencies": {
        "@dev/build-tools": "^1.0.0",
        "@dev/core": "^1.0.0",
        "@dev/shared-ui-components": "1.0.0"
    },
    "peerDependencies": {
        "@onerjs/core": "^7.47.3 || ^8.0.1"
    }
}
