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/base64/package.json

29 lines
800 B

{
"name": "@rocket.chat/base64",
"private": true,
"description": "Base64 encoding and decoding; Fork of Meteor's Base64 package",
"version": "1.0.12",
"main": "./dist/base64.js",
"types": "./dist/base64.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"
}
}