{ "name": "@socketcomputer/shared", "version": "1.0.0", "private": "true", "description": "crusttest shared bits", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "targets": { "types": {}, "shared":{ "context": "browser", "isLibrary": true, "outputFormat": "esmodule" } }, "dependencies": { }, "devDependencies": { "parcel": "^2.12.0" }, "scripts": { "build": "parcel build src/index.ts --target shared --target types" }, "author": "", "license": "ISC" }