@battle-racing/br-common-lib
Version:
Common library for all Battle Racing Repositorios
36 lines (35 loc) • 889 B
JSON
{
"name": "@battle-racing/br-common-lib",
"version": "2.3.1",
"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": {
"typescript": "^5.8.3"
}
}