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

17 lines
316 B

{
"name": "@rocket.chat/poplib",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@types/jest": "^27.4.1",
"eslint": "^8.29.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.6.4"
},
"scripts": {
"jest": "jest"
},
"main": "./src/index.js",
"typings": "./dist/index.d.ts"
}