30 lines
775 B
JSON
30 lines
775 B
JSON
|
{
|
||
|
"name": "@repo/wikipedia",
|
||
|
"version": "1.0.0-staging.3",
|
||
|
"private": true,
|
||
|
"type": "module",
|
||
|
"exports": {
|
||
|
".": "./src/wikipedia-utils.ts"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
|
||
|
"lint:typescript": "tsc --noEmit",
|
||
|
"test": "vitest run",
|
||
|
"test:ui": "vitest --ui --no-open"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@repo/utils": "workspace:*"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@repo/eslint-config": "workspace:*",
|
||
|
"@repo/config-typescript": "workspace:*",
|
||
|
"@types/node": "catalog:",
|
||
|
"@total-typescript/ts-reset": "catalog:",
|
||
|
"@vitest/coverage-istanbul": "catalog:",
|
||
|
"@vitest/ui": "catalog:",
|
||
|
"eslint": "catalog:",
|
||
|
"typescript": "catalog:",
|
||
|
"vitest": "catalog:"
|
||
|
}
|
||
|
}
|