-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 761 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
{
"name": "richardpickett/crypto-testing",
"version": "0.0.0",
"description": "Simple crypto routine testing and demonstration",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/richardpickett/crypto-testing.git"
},
"author": "Richard@RichardPickett.com",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/richardpickett/crypto-testing/issues"
},
"homepage": "https://github.com/richardpickett/crypto-testing#readme",
"dependencies": {
"@richardpickett/config-js": "^0.0.2",
"@richardpickett/logger": "^0.1.3",
"aes256": "^1.1.0",
"commander": "^11.0.0"
}
}