File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "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. " ,
55 "main" : " lib/index.js" ,
66 "files" : [
77 " lib"
1212 "build:ts" : " tsc -b" ,
1313 "prepublishOnly" : " npm run build"
1414 },
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+ },
1629 "author" : " kateinoigakukun" ,
1730 "license" : " MIT" ,
1831 "dependencies" : {
You can’t perform that action at this time.
0 commit comments