mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Expose types
This commit is contained in:
parent
063437e5c1
commit
1dd14692fe
@ -13,6 +13,7 @@
|
|||||||
"Ruben Taelman <ruben.taelman@ugent.be> (https://www.rubensworks.net/)",
|
"Ruben Taelman <ruben.taelman@ugent.be> (https://www.rubensworks.net/)",
|
||||||
"Ruben Verborgh <ruben.verborgh@ugent.be> (https://ruben.verborgh.org/)"
|
"Ruben Verborgh <ruben.verborgh@ugent.be> (https://ruben.verborgh.org/)"
|
||||||
],
|
],
|
||||||
|
"license": "MIT",
|
||||||
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
|
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
|
||||||
"lsd:components": "components/components.jsonld",
|
"lsd:components": "components/components.jsonld",
|
||||||
"lsd:contexts": {
|
"lsd:contexts": {
|
||||||
@ -22,10 +23,10 @@
|
|||||||
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/": "components/",
|
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/": "components/",
|
||||||
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/config/": "config/"
|
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/config/": "config/"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "./index.js",
|
||||||
"license": "MIT",
|
"types": "./index.d.ts",
|
||||||
"bin": {
|
"bin": {
|
||||||
"community-solid-server": "bin/server.js"
|
"community-solid-server": "./bin/server.js"
|
||||||
},
|
},
|
||||||
"repository": "git@github.com:solid/community-server.git",
|
"repository": "git@github.com:solid/community-server.git",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user