-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "notifications-node-client",
"version": "8.2.1",
"homepage": "https://docs.notifications.service.gov.uk/node.html",
"repository": {
"type": "git",
"url": "https://github.com/alphagov/notifications-node-client.git"
},
"description": "GOV.UK Notify Node.js client ",
"main": "index.js",
"scripts": {
"test": "mocha \"spec/**/*.js\" && npm run test:markdown:standard",
"test:markdown:standard": "standard-markdown DOCUMENTATION.md",
"integration": "mocha spec/integration/test.js"
},
"engines": {
"npm": ">=6.14.13",
"node": ">=14.17.3"
},
"author": "GDS developers",
"license": "MIT",
"dependencies": {
"axios": "^1.7.2",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"chai": "4.3.4",
"chai-as-promised": "7.1.1",
"chai-bytes": "0.1.2",
"chai-json-schema": "1.5.1",
"jsonschema": "1.4.1",
"mocha": "10.6.0",
"mockdate": "3.0.5",
"nock": "9.2.6",
"optimist": "0.6.1",
"sinon": "^18.0.0",
"standard-markdown": "7.1.0"
}
}