UNPKG

@webcontainer/snapshot

Version:

Build filesystem snapshots for the WebContainer API

37 lines 878 B
{ "name": "@webcontainer/snapshot", "description": "Build filesystem snapshots for the WebContainer API", "version": "0.1.0", "author": "StackBlitz Inc.", "type": "module", "license": "MIT", "types": "dist/index.d.ts", "exports": "./dist/index.js", "main": "dist/index.js", "scripts": { "build": "./scripts/build.sh", "prepack": "./scripts/prepack.sh" }, "files": [ "dist", "api_reference.json" ], "keywords": [ "stackblitz", "webcontainer", "nodejs" ], "bugs": "https://github.com/stackblitz/webcontainer-core/issues", "homepage": "https://github.com/stackblitz/webcontainer-core", "repository": "stackblitz/webcontainer-core", "devDependencies": { "typedoc": "^0.23.24", "typescript": "^4.7.2" }, "dependencies": { "@msgpack/msgpack": "^3.0.0-beta2" }, "engines": { "node": ">=16" } }