node-scrypt-wrapper/package.json
2023-09-25 13:15:01 -04:00

19 lines
466 B
JSON

{
"name": "@techworkers/scrypt-wrapper",
"version": "1.0.0",
"description": "A thin wrapper around Node's stdlib crypto.scrypt function",
"main": "index.js",
"repository": "https://git.tams.tech/TWS/node-scrypt-wrapper.git",
"author": "Tech Workers' Syndicate",
"license": "MPL-2.0",
"private": false,
"scripts": {
"test": "mocha"
},
"devDependencies": {
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0"
}
}