UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

24 lines (23 loc) 510 B
{ "name": "@battle-racing/br-common-lib", "version": "1.4.0", "description": "Common library for all Battle Racing Repositorios", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "release": "rm -rf dist && npm run build && npm publish --access public" }, "keywords": [ "Battle", "Racing", "Common", "Library" ], "author": "jdmaldonado", "license": "MIT", "private": false, "devDependencies": { "typescript": "^5.8.3" } }