This commit is contained in:
Starbeamrainbowlabs 2024-12-13 03:11:12 +00:00
parent 609ce12302
commit 4bbead7914
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "osfs-wasm",
"version": "1.0.0",
"description": "@charlesbaynham's OSFS from Arduino, compiled to WASM & wrapped in a nice JS API.",
"main": "src/index.mjs",
"scripts": {
"test": "echo \"No tests have been implemented yet\"",
"build": "src/wasm/compile-wasm.sh"
},
"repository": {
"type": "git",
"url": "https://git.starbeamrainbowlabs.com/sbrl/osfs-wasm.git"
},
"keywords": [
"wasm",
"filesystem",
"wrapper",
"bindings"
],
"author": "Starbeamrainbowlabs <feedback@starbeamrainbowlabs.com>",
"license": "MPL-2.0"
}