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