viossa.net/libs/common/package.json
2025-06-12 18:13:50 -04:00

24 lines
481 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": "rm -rf ./dist & pnpm exec tsc",
"watch": "rm -rf ./dist & pnpm exec tsc --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"typescript": "~5.8.3"
}
}