Files
dwatcher/package.json
2020-04-22 12:38:40 +02:00

29 lines
653 B
JSON

{
"name": "dwatcher",
"version": "1.0.0",
"main": "index.js",
"repository": "gogs@dev.cgeek.fr:cgeek/dwatcher.git",
"author": "cgeek <cem.moreau@gmail.com>",
"license": "MIT",
"scripts": {
"prepublish": "tsc"
},
"dependencies": {
"@types/diff": "^4.0.2",
"@types/minimist": "^1.2.0",
"axios": "^0.19.0",
"diff": "^4.0.1",
"duniter": "^1.8.0",
"js-yaml": "^3.12.1",
"minimist": "^1.2.0",
"nodemailer": "^6.2.1",
"typescript": "^3.4.3"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/js-yaml": "^3.12.0",
"@types/node": "~8.9.4",
"@types/nodemailer": "^6.1.1"
}
}