UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

45 lines (44 loc) 1.1 kB
{ "name": "@battle-racing/br-common-lib", "version": "4.6.2", "description": "Common library for all Battle Racing Repositorios", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc", "release": "npm run build && npm publish --access public", "release:patch": "npm version patch && npm run release", "release:minor": "npm version minor && npm run release", "release:major": "npm version major && npm run release", "prepublishOnly": "npm run build" }, "keywords": [ "Battle", "Racing", "Common", "Library" ], "author": "jdmaldonado", "license": "MIT", "private": false, "devDependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@types/node": "^25.6.0", "typescript": "^5.8.3", "zod": "^4.2.1" }, "peerDependencies": { "zod": "^4.2.1" }, "dependencies": { "@battle-racing/br-common-lib": "^4.6.1" } }