@argus-labs/proto
Version:
Generated TypeScript protobuf definitions for Argus Labs World Engine
44 lines • 941 B
JSON
{
"name": "@argus-labs/proto",
"version": "0.1.0",
"description": "Generated TypeScript protobuf definitions for Argus Labs World Engine",
"type": "module",
"exports": {
".": "./index.js",
"./gateway/*": "./gateway/*",
"./isc/*": "./isc/*",
"./micro/*": "./micro/*",
"./buf/*": "./buf/*",
"./google/*": "./google/*"
},
"publishConfig": {
"access": "public"
},
"files": [
"**/*.ts",
"**/*.js",
"**/*.d.ts",
"!node_modules"
],
"keywords": [
"protobuf",
"argus",
"world-engine",
"typescript"
],
"author": "Argus Labs",
"license": "ISC",
"dependencies": {
"@bufbuild/protobuf": "^2.2.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.15.19",
"typescript": "~5.7.2"
},
"scripts": {
"build": "tsc --noEmit",
"format": "biome format --write .",
"lint": "tsc --noEmit && biome lint --write ."
}
}