TypeScript/tests/cases/user/bcryptjs/package.json

12 lines
188 B
JSON
Raw Normal View History

{
"name": "bcryptjs-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"bcryptjs": "^2.4.3"
}
}