@haandev/core
Version:
Core library for @haandev packages
32 lines (31 loc) • 787 B
JSON
{
"name": "@haandev/core",
"version": "0.0.2",
"type": "module",
"files": [ "dist" ],
"repository": {
"type": "git",
"url": "https://github.com/haandev/core"
},
"keywords": [ "core", "event", "enforcer" ],
"author": "haandev",
"license": "MIT",
"homepage": "https://github.com/haandev/core",
"description": "Core library for @haandev packages",
"exports": {
"./event": {
"import": "./dist/event/index.js",
"types": "./dist/event/index.d.ts"
},
"./enforcer": {
"import": "./dist/enforcer/index.js",
"types": "./dist/enforcer/index.d.ts"
}
},
"types": ["./dist/enforcer/index.d.ts", "./dist/event/index.d.ts"],
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.8.3",
"vitest": "^3.1.3"
}
}