mirror of
https://github.com/theoludwig/theoludwig.git
synced 2025-02-08 21:59:39 +01:00
29 lines
775 B
JSON
29 lines
775 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:eslint": "eslint src --max-warnings 0",
|
|
"lint:typescript": "tsc --noEmit",
|
|
"test": "node --experimental-strip-types --test"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/config-eslint": "workspace:*",
|
|
"@repo/config-typescript": "workspace:*",
|
|
"@types/node": "catalog:",
|
|
"@total-typescript/ts-reset": "catalog:",
|
|
"eslint": "catalog:",
|
|
"typescript-eslint": "catalog:",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|