28 lines
532 B
JSON
28 lines
532 B
JSON
{
|
|
"name": "antipattern",
|
|
"version": "0.0.7",
|
|
"description": "Dependency injection for dummies",
|
|
"main": "build/index.js",
|
|
"type": "module",
|
|
"types": "./build/index.d.ts",
|
|
"scripts": {
|
|
"test": "vitest --run"
|
|
},
|
|
"author": "@reissbaker",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"radash": "^12.1.0",
|
|
"typescript": "^5.7.3",
|
|
"vitest": "^3.0.4"
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"index.test.ts",
|
|
"vitest.config.ts",
|
|
"README.md",
|
|
"package.json",
|
|
"tsconfig.json",
|
|
"/build"
|
|
]
|
|
}
|