2020-02-13 23:52:16 +00:00
|
|
|
{
|
|
|
|
|
"scripts": {
|
2021-12-14 14:32:27 +00:00
|
|
|
"check": "check.ts",
|
|
|
|
|
"fetchDeps": "fetchDeps.ts",
|
|
|
|
|
"build": "build.ts"
|
2020-02-13 23:52:16 +00:00
|
|
|
},
|
|
|
|
|
"prune": "native",
|
2020-04-03 23:20:56 +01:00
|
|
|
"copy": "native/index.node",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"openssl": "1.1.1f",
|
|
|
|
|
"sqlcipher": "4.3.0"
|
|
|
|
|
}
|
2020-02-13 23:52:16 +00:00
|
|
|
}
|