You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
524 B

4 years ago
{
"name": "mksec",
4 years ago
"version": "2.5.1",
4 years ago
"main": "src/index.js",
4 years ago
"repository": "git@github.com:IoTcat/sentence-generator.git",
"author": "iotcat <i@iotcat.me>",
"license": "MIT",
"bin": {
4 years ago
"mksec": "mksec"
4 years ago
},
"dependencies": {
4 years ago
"body-parser": "^1.19.0",
4 years ago
"boxen": "^4.2.0",
"cli-table": "^0.3.1",
"colors": "^1.4.0",
4 years ago
"conf": "^7.0.1",
4 years ago
"express": "^4.17.1",
4 years ago
"fs": "^0.0.1-security",
4 years ago
"md5": "^2.2.1",
4 years ago
"ora": "^4.0.4",
"request": "^2.88.2",
"yargs": "^15.4.1"
}
}