refactor types to own folder and init npm pkg

This commit is contained in:
Bruce Röttgers
2025-04-26 14:38:32 +02:00
parent e578473c9f
commit 201387be5e
6 changed files with 693 additions and 0 deletions

23
types/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "@bcye/structured-wikivoyage-types",
"version": "0.1.0",
"description": "Types to use when consuming json trees from the structured-wikivoyage-exports project",
"keywords": [],
"contributors": [
"bcye",
"moll-re"
],
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/bcye/structured-wikivoyage-exports.git"
},
"bugs": {
"url": "https://github.com/bcye/structured-wikivoyage-exports/issues"
},
"homepage": "https://github.com/bcye/structured-wikivoyage-exports#readme",
"files": [
"index.d.ts"
],
"private": false
}