mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
26 lines
596 B
JSON
26 lines
596 B
JSON
{
|
|
"name": "@withstanza/registry",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./resolver": "./src/resolver.ts"
|
|
},
|
|
"dependencies": {
|
|
"@withstanza/schema": "workspace:*",
|
|
"@withstanza/utils": "workspace:*",
|
|
"handlebars": "^4.7.9",
|
|
"validate-npm-package-name": "^8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/validate-npm-package-name": "^4.0.2",
|
|
"typescript": "^6.0.3",
|
|
"vite-plus": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|