osfs-wasm/package.json

22 lines
552 B
JSON
Raw Normal View History

2024-12-13 03:11:12 +00:00
{
"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"
}