Skip to content

Commit 5240ebc

Browse files
committed
prepare the types package for publication
Signed-off-by: karthik Ganeshram <[email protected]>
1 parent 3240e91 commit 5240ebc

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

types/package.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
11
{
2-
"name": "spin-sdk-types",
3-
"version": "1.0.0",
4-
"description": "",
2+
"name": "@fermyon/spin-sdk-types",
3+
"version": "0.1.0",
4+
"description": "Type definitions for the Spin TypeScript SDK",
55
"types": "./lib/index.d.ts",
6-
"author": "",
7-
"license": "ISC"
6+
"author": {
7+
"name": "fermyon",
8+
"email": "[email protected]",
9+
"url": "https://fermyon.com"
10+
},
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"fermyon",
14+
"spin",
15+
"sdk",
16+
"spin-js-sdk",
17+
"spin-ts-sdk"
18+
],
19+
"repository": {
20+
"type": "git",
21+
"url": "git+https://github.com/fermyon/spin-js-sdk.git"
22+
},
23+
"bugs": {
24+
"url": "https://github.com/fermyon/spin-js-sdk/issues"
25+
},
26+
"publishConfig": {
27+
"access": "public"
28+
}
829
}

0 commit comments

Comments
 (0)