Skip to content

Commit

Permalink
Add package.json metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed May 31, 2024
1 parent 6e9b3f6 commit c3f13db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"scripts": {
"test": "node --experimental-wasm-type-reflection test/check.mjs && node test/check.mjs"
},
"keywords": [],
"keywords": ["webassembly"],
"repository": {
"type": "git",
"url": "https://github.com/swiftwasm/wasm-imports-parser.git"
},
"author": "SwiftWasm Team",
"license": "MIT"
}

0 comments on commit c3f13db

Please sign in to comment.