Add initial package.json.

This commit is contained in:
Tom Alexander 2024-01-21 17:26:02 -05:00
parent 5b9b3d1195
commit 3c19a105b1
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 12 additions and 0 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"name": "organic_wasm_demo",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}