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

33 lines
865 B

{
"name": "@rocket.chat/i18n",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.5",
"@babel/preset-env": "~7.22.5",
"@babel/preset-typescript": "~7.22.5",
"@types/babel__core": "~7.20.1",
"@types/babel__preset-env": "~7.9.2",
"@types/jest": "^29.5.2",
"babel-jest": "^29.5.0",
"eslint": "^8.43.0",
"jest": "^29.5.0",
"ts-jest": "~29.0.5",
"tsup": "^6.7.0",
"typescript": "~5.1.3"
},
"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": "NODE_OPTIONS=--experimental-vm-modules jest",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"type": "module"
}