dynamicl
Version:
A library for auto-detecting and loading classes
27 lines (26 loc) • 552 B
JSON
{
"name": "dynamicl",
"version": "1.0.0",
"description": "A library for auto-detecting and loading classes",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest"
},
"keywords": [
"autodetect",
"class-loading",
"typescript"
],
"author": "SPRLC",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"jest": "^29.7.0",
"reflect-metadata": "^0.2.2",
"ts-jest": "^29.1.5",
"typescript": "^5.5.3"
}
}