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

29 lines
624 B

{
"name": "@rocket.chat/i18n",
"version": "0.8.0",
"private": true,
"devDependencies": {
"@rocket.chat/jest-presets": "workspace:~",
"eslint": "~8.45.0",
"jest": "~29.7.0",
"tsup": "^6.7.0",
"typescript": "~5.5.4"
},
"scripts": {
"build": "node ./src/index.mjs",
"lint": "eslint --ext .mjs,.js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .mjs,.js,.jsx,.ts,.tsx . --fix",
"test": "jest",
"testunit": "jest"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"type": "module",
"volta": {
"extends": "../../package.json"
}
}