Uno.sqlite-wasm/package.json

17 строки
348 B
JSON

{
"name": "sqlite-wasm",
"version": "0.1.0",
"description": "SQLite compiled to WebAssembly",
"main": "index.js",
"scripts": {
"build": "make",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/emscripten": "0.0.31",
"typescript": "^2.5.2"
}
}