{
    "name": "shadowrealm-api",
    "version": "0.8.3",
    "description": "ShadowRealm polyfill for browser",
    "author": {
        "name": "Ambit Tsai",
        "email": "ambit_tsai@qq.com"
    },
    "license": "Apache-2.0",
    "main": "dist/index.js",
    "scripts": {
        "start": "vite -c docs-src/vite.config.ts",
        "test": "test262-harness --hostType=chrome --hostPath=\"C:\\Users\\Ambit Tsai\\AppData\\Local\\Google\\Chrome\\Application\\chrome.exe\" --prelude=test/helpers.js --prelude=dist/polyfill.umd.js --transformer=test/transformer.js --test262Dir=test/test262 test/cases/**/*.js",
        "test:firefox": "test262-harness --hostType=firefox --hostPath=\"C:\\Program Files\\Mozilla Firefox\\firefox.exe\" --prelude=test/helpers.js --prelude=dist/polyfill.umd.js --transformer=test/transformer.js --test262Dir=test/test262 test/cases/**/*.js",
        "build": "node --experimental-json-modules scripts/build.mjs",
        "build:docs": "vite build -c docs-src/vite.config.ts",
        "preview:docs": "vite preview -c docs-src/vite.config.ts"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/ambit-tsai/shadowrealm-api.git"
    },
    "homepage": "https://github.com/ambit-tsai/shadowrealm-api#readme",
    "bugs": {
        "url": "https://github.com/ambit-tsai/shadowrealm-api/issues"
    },
    "devDependencies": {
        "@rollup/plugin-typescript": "~8.3.0",
        "rollup": "~2.59.0",
        "rollup-plugin-terser": "~7.0.2",
        "test262-harness": "~8.0.0",
        "tslib": "~2.3.1",
        "typescript": "~4.5.2",
        "vite": "~2.7.2"
    },
    "keywords": [
        "shadowrealm",
        "shadowrealms",
        "realm",
        "realms",
        "sandbox",
        "polyfill",
        "ponyfill",
        "shim",
        "shims"
    ]
}
