bad-stats-common
Version:
Common constants and types for bad-stats client and server
39 lines (38 loc) • 828 B
JSON
{
"name": "bad-stats-common",
"version": "1.0.12",
"description": "Common constants and types for bad-stats client and server",
"license": "ISC",
"author": "KOT",
"type": "module",
"main": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"prepublishOnly": "npm run build",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"keywords": [
"ants",
"library",
"typescript",
"utils",
"constants",
"types"
],
"devDependencies": {
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"files": [
"dist/**/*"
]
}