-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 819 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 819 Bytes
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
{
"name": "@splitmedialabs/supermailer-node",
"version": "5.0.1",
"description": "Node JS library for Supermailer.",
"homepage": "https://github.com/SplitmediaLabsLimited/supermailer-node",
"bugs": "https://github.com/SplitmediaLabsLimited/supermailer-node/issues",
"repository": "https://github.com/SplitmediaLabsLimited/supermailer-node",
"license": "MIT",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"pushpublish": "git push && npm publish",
"test": "TZ=UTC jest --watch"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"axios": "^1.6.2",
"query-string": "^7.1.1"
},
"devDependencies": {
"eslint": "^6.0.0",
"eslint-plugin-jest": "^22.7.1",
"jest": "^24.8.0"
},
"volta": {
"node": "18.17.1",
"yarn": "1.22.18"
}
}