File tree 1 file changed +16
-3
lines changed
1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " javascript-kit-swift" ,
3
- "version" : " 1.0 .0" ,
4
- "description" : " " ,
3
+ "version" : " 0.1 .0" ,
4
+ "description" : " A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly. " ,
5
5
"main" : " lib/index.js" ,
6
6
"files" : [
7
7
" lib"
12
12
"build:ts" : " tsc -b" ,
13
13
"prepublishOnly" : " npm run build"
14
14
},
15
- "keywords" : [],
15
+ "keywords" : [
16
+ " Swift" , " WebAssembly" , " wasm"
17
+ ],
18
+ "repository" : {
19
+ "type" : " git" ,
20
+ "url" : " git+https://github.com/kateinoigakukun/JavaScriptKit.git"
21
+ },
22
+ "homepage" : " https://github.com/kateinoigakukun/JavaScriptKit" ,
23
+ "bugs" : {
24
+ "url" : " https://github.com/kateinoigakukun/JavaScriptKit/issues"
25
+ },
26
+ "publishConfig" : {
27
+ "access" : " public"
28
+ },
16
29
"author" : " kateinoigakukun" ,
17
30
"license" : " MIT" ,
18
31
"dependencies" : {
You can’t perform that action at this time.
0 commit comments