diff --git a/package.json b/package.json new file mode 100644 index 0000000..9490a69 --- /dev/null +++ b/package.json @@ -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 ", + "license": "MPL-2.0" +} \ No newline at end of file