[enh] Init project
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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",
|
||||
"dependencies": {
|
||||
"@types/minimist": "^1.2.0",
|
||||
"duniter": "^1.8.0",
|
||||
"js-yaml": "^3.12.1",
|
||||
"minimist": "^1.2.0",
|
||||
"nodemailer": "^6.2.1",
|
||||
"typescript": "^3.4.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/js-yaml": "^3.12.0",
|
||||
"@types/node": "~8.9.4",
|
||||
"@types/nodemailer": "^6.1.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user