18 lines
329 B
JSON
18 lines
329 B
JSON
|
{
|
||
|
"name": "@repo/constants",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"exports": {
|
||
|
".": "./version.ts"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint:typescript": "tsc --noEmit"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@repo/config-typescript": "workspace:*",
|
||
|
"@types/node": "catalog:",
|
||
|
"typescript": "catalog:"
|
||
|
}
|
||
|
}
|