File: //var/www/bots/bot-pqr/node_modules/eslint-plugin-builderbot/package.json
{
"name": "eslint-plugin-builderbot",
"version": "1.2.7",
"description": "> TODO: description",
"author": "vicente1992 <vic_ortiz20@hotmail.es>",
"homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
"license": "ISC",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"type": "module",
"directories": {
"src": "src",
"test": "__tests__"
},
"files": [
"./dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vicente1992/bot-whatsapp.git"
},
"scripts": {
"build": "rimraf dist && rollup --config",
"test": " npx uvu -r tsm ./__tests__ .test.ts",
"test:coverage": "npx c8 npm run test",
"test:debug": " npx tsm --inspect-brk ../../node_modules/uvu/bin.js ./__tests__ .test.ts"
},
"bugs": {
"url": "https://github.com/vicente1992/bot-whatsapp/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint": "^8.56.7",
"@types/node": "^20.12.3",
"@types/sinon": "^17.0.3",
"kleur": "^4.1.5",
"rimraf": "^3.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"sinon": "^17.0.1",
"tslib": "^2.6.2",
"tsm": "^2.3.0"
},
"gitHead": "ea71f0da0c2a6b76b1d67988f05ce91fdda1750e"
}