1
0
mirror of https://github.com/theoludwig/theoludwig.git synced 2026-02-20 03:09:20 +01:00
Files
.profile/packages/utils/package.json

25 lines
593 B
JSON

{
"name": "@repo/utils",
"version": "0.0.0-develop",
"private": true,
"type": "module",
"exports": {
"./constants": "./src/constants.ts",
"./dates": "./src/dates.ts",
"./objects": "./src/objects.ts",
"./strings": "./src/strings.ts",
"./types": "./src/types.ts",
"./urls": "./src/urls.ts"
},
"scripts": {
"lint:typescript": "tsc --noEmit",
"test": "node --test"
},
"devDependencies": {
"@repo/config-typescript": "workspace:*",
"@total-typescript/ts-reset": "catalog:",
"@types/node": "catalog:",
"typescript": "catalog:"
}
}