forked from bolav/fuse-sqlite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 885 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "fuse-sqlite",
"version": "0.12.0",
"description": "SQLite package for Fuse Open.",
"devDependencies": {
"fuse-sdk": "^1.14.0"
},
"keywords": [
"fuse",
"sqlite",
"database"
],
"files": [
"build/SQLite/*",
"index.d.ts",
".unoconfig"
],
"scripts": {
"build": "uno doctor SQLite.unoproj",
"prepack": "uno doctor SQLite.unoproj -c Release",
"android": "uno build android example --run",
"dotnet": "uno build dotnet example --run",
"ios": "uno build ios example --run",
"test": "uno build test --run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuse-open/fuse-sqlite.git"
},
"author": "Bjørn-Olav Strand",
"license": "MIT",
"bugs": {
"url": "https://github.com/fuse-open/fuse-sqlite/issues"
},
"homepage": "https://github.com/fuse-open/fuse-sqlite#readme"
}