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

27 lines
733 B

{
"name": "@rocket.chat/base64",
"version": "1.0.13",
"private": true,
"description": "Base64 encoding and decoding; Fork of Meteor's Base64 package",
"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",
"testunit": "jest"
},
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"@rocket.chat/jest-presets": "workspace:~",
"@rocket.chat/tsconfig": "workspace:*",
"eslint": "~8.45.0",
"jest": "~30.2.0",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
}
}