@the-stations-project/sdk
Version:
SDK for developing Station Services.
28 lines (27 loc) • 615 B
JSON
{
"name": "@the-stations-project/sdk",
"version": "0.5.1",
"description": "SDK for developing Station Services.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b035/station-sdk.git"
},
"keywords": [
"station",
"stations",
"project"
],
"author": "b035",
"license": "MIT",
"bugs": {
"url": "https://github.com/b035/station-sdk/issues"
},
"homepage": "https://github.com/b035/station-sdk#readme",
"dependencies": {
"@types/node": "^18.11.19"
}
}