mirror of
https://github.com/bcye/structured-wikivoyage-exports.git
synced 2025-12-15 21:22:45 +00:00
refactor types to own folder and init npm pkg
This commit is contained in:
23
types/package.json
Normal file
23
types/package.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user