Files
ThreadNet-Web/hak/matrix-seshat/hak.json
T

14 lines
264 B
JSON
Raw Normal View History

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