We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3240e91 commit 5240ebcCopy full SHA for 5240ebc
types/package.json
@@ -1,8 +1,29 @@
1
{
2
- "name": "spin-sdk-types",
3
- "version": "1.0.0",
4
- "description": "",
+ "name": "@fermyon/spin-sdk-types",
+ "version": "0.1.0",
+ "description": "Type definitions for the Spin TypeScript SDK",
5
"types": "./lib/index.d.ts",
6
- "author": "",
7
- "license": "ISC"
+ "author": {
+ "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
+ }
29
}
0 commit comments