-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "encrypted-smiley-secure-protocol",
"version": "0.0.11",
"description": "Node.JS library Encrypted Smiley ® Secure Protocol (eSSP, SSP)",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src && npx prettier --check ."
},
"engines": {
"node": ">=10.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skokov3812/encrypted-smiley-secure-protocol.git"
},
"keywords": [
"eSSP",
"SSP",
"Encrypted",
"Smiley",
"Secure",
"Protocol",
"ITL"
],
"author": "Roman Skokov (skokov3812)",
"license": "ISC",
"bugs": {
"url": "https://github.com/skokov3812/encrypted-smiley-secure-protocol/issues"
},
"homepage": "https://github.com/skokov3812/encrypted-smiley-secure-protocol#readme",
"dependencies": {
"chalk": "^2.4.2",
"debug": "^4.3.1",
"semver": "^7.3.5",
"serialport": "^10.5.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0"
}
}