The communications platform that puts data protection first.
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.
 
 
 
 
 
Rocket.Chat/packages/sha256/package.json

29 lines
792 B

{
"name": "@rocket.chat/sha256",
"private": true,
"description": "SHA256 implementation; Fork of Meteor's SHA256 package",
"version": "1.0.9",
"main": "./dist/sha256.js",
"types": "./dist/sha256.d.ts",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"dev": "tsc -p tsconfig.build.json --watch --preserveWatchOutput",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "jest"
},
"devDependencies": {
"@babel/core": "~7.22.5",
"@babel/preset-env": "~7.22.5",
"@rocket.chat/eslint-config": "workspace:^",
"@typescript-eslint/eslint-plugin": "~5.60.0",
"@typescript-eslint/parser": "~5.60.0",
"eslint": "~8.43.0",
"jest": "~29.5.0",
"ts-jest": "~29.0.5",
"typescript": "~5.1.3"
},
"volta": {
"extends": "../../package.json"
}
}