{
    "//": [
        "THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js",
        "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
    ],
    "name": "@lwc/features",
    "version": "9.2.0",
    "description": "LWC Features Flags",
    "keywords": [
        "lwc"
    ],
    "homepage": "https://lwc.dev",
    "repository": {
        "type": "git",
        "url": "https://github.com/salesforce/lwc.git",
        "directory": "packages/@lwc/features"
    },
    "bugs": {
        "url": "https://github.com/salesforce/lwc/issues"
    },
    "license": "MIT",
    "type": "module",
    "publishConfig": {
        "access": "public"
    },
    "engines": {
        "node": ">=16.6.0"
    },
    "volta": {
        "extends": "../../../package.json"
    },
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "dist/**/*.js",
        "dist/**/*.cjs",
        "dist/**/*.d.ts"
    ],
    "scripts": {
        "build": "rollup --config ../../../scripts/rollup/rollup.config.js",
        "dev": "rollup  --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen"
    },
    "nx": {
        "targets": {
            "build": {
                "outputs": [
                    "{projectRoot}/dist"
                ]
            }
        }
    },
    "dependencies": {
        "@lwc/shared": "9.2.0"
    }
}
