forked from 3nsoft/xsp-files
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 897 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 897 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
37
38
39
40
41
{
"name": "xsp-files",
"version": "4.2.1",
"description": "XSP file format for objects encrypted with NaCl (XSalsa+Poly).",
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"scripts": {
"test": "tsc && jasmine dist/tests/**/*.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/3nsoft/xsp-files.git"
},
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@types/jasmine": "^2.5.46",
"@types/node": "^10.0.0",
"ecma-nacl": "^2.5.1",
"jasmine": "^3.1.0",
"rxjs": "^6.3.3",
"typescript": "^4.7.4"
},
"keywords": [
"encryption",
"high-level",
"crypto",
"nacl",
"files",
"file format"
],
"author": {
"name": "3NSoft Inc.",
"url": "https://3nsoft.com",
"email": "hq@3nsoft.com"
},
"license": "GPL-3.0",
"readmeFilename": "README.md"
}