viossa.net/libs/common/package.json
Sheldon Cooper 38919f3a5a feat: add API
- try localhost:1225/search?search_term=akk
2025-09-11 23:15:08 -04:00

28 lines
578 B
JSON

{
"name": "@repo/common",
"version": "1.0.0",
"description": "",
"type": "module",
"exports": {
"./*": {
"types": "./src/*.ts",
"import": "./dist/*.js"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pnpm exec rimraf ./dist & pnpm exec tsc",
"watch": "pnpm exec rimraf ./dist & pnpm exec tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"rimraf": "^6.0.1",
"typescript": "~5.8.3"
},
"dependencies": {
"class-transformer": "^0.5.1"
}
}