npm init
This commit is contained in:
parent
609ce12302
commit
4bbead7914
1 changed files with 22 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in a new issue