-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "mail-sc.js",
"version": "1.0.11",
"description": "A wrapped email sdk for [SendCloud](https://www.sendcloud.net)",
"main": "lib/index.js",
"scripts": {
"test": "nyc mocha",
"lint": "eslint .",
"fix": "node_modules/.bin/eslint . --fix",
"doc": "node scripts/doc.js",
"append": "cat docs/contents.md >> README.md",
"codacy-coverage": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | codacy-coverage --username danielsss --projectName mail-sc.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielsss/mail-sc.js#readme"
},
"keywords": [
"sendcloud",
"email",
"sendclouder",
"mail-sc.js",
"mail-sc"
],
"dependencies": {
"axios": "^0.21.1",
"debug": "^4.1.1"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.18",
"chai": "^4.2.0",
"codacy-coverage": "^3.4.0",
"eslint": "^5.12.1",
"eslint-config-daniels": "^1.1.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^13.1.0",
"sinon": "^7.2.3"
},
"homepage": "https://github.com/danielsss/mail-sc.js#readme",
"bugs": {
"url": "https://github.com/danielsss/mail-sc.js#readme"
},
"author": "danielsss",
"license": "MIT"
}