{ "name": "@fastgpt/sandbox", "version": "0.1.0", "description": "Unified abstraction layer for cloud sandbox providers with adapter pattern and feature polyfilling", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest run --config ./vitest.config.mts", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage" }, "keywords": [ "sandbox", "cloud", "adapter", "abstraction" ], "author": "", "license": "MIT", "dependencies": { "@alibaba-group/opensandbox": "^0.1.3" }, "devDependencies": { "vitest": "^3.0.9", "@vitest/coverage-v8": "^3.0.9", "typescript": "^5.1.3", "husky": "^9.1.7", "lint-staged": "^16.2.7" }, "peerDependencies": { "typescript": "^5.0.0" } }