collabvm3-protocol/js/package.json

34 lines
805 B
JSON
Raw Normal View History

2025-01-10 14:14:41 -05:00
{
"name": "@collabvm3/protocol",
"packageManager": "yarn@4.4.1",
"version": "0.1.0",
"author": {
"name": "Computernewb",
"url": "https://computernewb.com/"
},
"license": "MIT",
"main": "./dist/index.js",
2025-01-10 14:39:55 -05:00
"source": "./src/index.ts",
2025-01-10 14:14:41 -05:00
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"build-buf": "buf generate",
2025-01-10 14:39:55 -05:00
"build": "parcel build",
2025-01-10 14:14:41 -05:00
"prepack": "yarn build-buf && yarn build"
},
"devDependencies": {
"@bufbuild/buf": "^1.49.0",
"@bufbuild/protoc-gen-es": "^2.2.3",
2025-01-10 14:39:55 -05:00
"@parcel/packager-ts": "2.13.3",
"@parcel/transformer-typescript-types": "2.13.3",
"parcel": "^2.13.3",
2025-01-10 14:14:41 -05:00
"typescript": "^5.7.3"
},
"dependencies": {
"@bufbuild/protobuf": "^2.2.3"
2025-01-10 14:39:55 -05:00
},
"@parcel/resolver-default": {
"packageExports": true
2025-01-10 14:14:41 -05:00
}
}