-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.37 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "core-3nweb-client-lib",
"version": "0.34.1",
"description": "3NWeb client core library, embeddable into different environments",
"main": "build/lib-index.js",
"types": "build/lib-index.d.ts",
"scripts": {
"build-only-ts": "tsc -p ts-code && bash -c 'cp -rf ts-code/lib-sqlite-on-3nstorage/sqljs.* build/lib-sqlite-on-3nstorage/' ",
"build": "bash packing/protos-to-node-module.sh && npm run build-only-ts && bash packing/copy-api.sh && bash packing/build-wasm-cryptor.sh",
"test": "node build/tests/jasmine.js",
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""
},
"repository": {
"type": "git",
"url": "https://github.com/3nsoft/core-3nweb-client-lib.git"
},
"keywords": [
"3NWeb",
"client",
"ASMail",
"MailerId",
"3NStorage"
],
"author": {
"name": "3NSoft Inc.",
"url": "https://3nsoft.com",
"email": "[email protected]"
},
"license": "GPL-3.0-or-later",
"dependencies": {
"ecma-nacl": "^2.5.1",
"protobufjs": "^7.0.1",
"punycode": "^2.1.1",
"rxjs": "^7.5.7",
"ws": "^7.4.6",
"xsp-files": "^4.2.1"
},
"devDependencies": {
"@types/jasmine": "^3.9.1",
"@types/node": "^16.11.7",
"@types/ws": "^7.4.7",
"jasmine": "^3.9.0",
"protobufjs-cli": "^1.0.2",
"spec-3nweb-server": "^1.7.0",
"tsuml2": "^0.6.1",
"typescript": "^5.5.3"
}
}