22 lines
No EOL
552 B
JSON
22 lines
No EOL
552 B
JSON
{
|
|
"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"
|
|
} |