-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "@govau-platforms/notify-client",
"author": "Digital Transformation Agency",
"version": "5.2.6",
"homepage": "https://github.com/govau/notify-client-node",
"description": "Notify.gov.au Node.js client ",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "./node_modules/.bin/tsc --build",
"clean": "rimraf dist/",
"fmt": "./node_modules/.bin/prettier --write **/* ",
"test": "./node_modules/.bin/mocha --require ts-node/register \"spec/**/*.ts\""
},
"dependencies": {
"@types/jsonwebtoken": "8.3.5",
"@types/mockdate": "2.0.0",
"@types/request-promise": "4.1.45",
"jsonwebtoken": "8.5.1",
"request": "2.88.0",
"request-promise": "4.2.5",
"underscore": "^1.13.1"
},
"devDependencies": {
"@types/chai": "4.2.7",
"@types/chai-json-schema": "1.4.5",
"@types/mocha": "5.2.7",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-json-schema": "1.5.1",
"jsonschema": "1.2.5",
"mocha": "^8.3.2",
"mockdate": "2.0.5",
"nock": "9.2.6",
"prettier": "1.19.1",
"rimraf": "3.0.0",
"ts-node": "8.5.4",
"typescript": "3.7.3"
}
}