badman-core
Version:
badman-core is the layer what all the badman packages depended,or can be used as a tool kit.
35 lines (33 loc) • 861 B
JSON
{
"name": "badman-core",
"version": "0.1.9",
"private": false,
"license": "MIT",
"typings": "dist/BadmanCore.d.ts",
"main": "dist/BadmanCore.js",
"repository": {
"type": "git",
"url": "https://github.com/TianqiHo/badman-ts/tree/main/badman-core"
},
"files": [
"examples/",
"dist/",
"LICENSE",
"readme.MD"
],
"keywords": ["OOP","Bean","IOC","DI","loadBalance algorithm","logging","Snowflake"],
"scripts": {
"linuxrebuild": "rm -rf ./dist && tsc",
"windowsbuild": "tsc",
"windowsrebuild": "rd/s/q dist && tsc",
"start": "tsc && node ./dist/BadmanCore",
"linuxclean": "rm -rf ./dist",
"bean_example": "tsc && node ./dist/examples/BeanExample"
},
"dependencies": {
},
"devDependencies": {
"@types/node": "^18.15.11",
"log4js": "^6.9.1"
}
}