TypeScript/tests/cases/user/bcryptjs/package.json
Nathan Shively-Sanders be1c11581e
Add js user tests (#22449)
* Add some new user tests to test salsa

* Use current latest, not "latest"

* Add other js user tests

* Add new baselines

* Fix new user tests' typeroot. Move github to octokit/rest
2018-03-09 15:59:46 -08:00

12 lines
188 B
JSON

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