-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "rm-session-populator",
"version": "2.3.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./dist/test",
"start": "node ./dist/index.js",
"build": "./node_modules/.bin/tsc --watch false -d",
"tsc": "./node_modules/.bin/tsc"
},
"homepage": "https://github.com/relief-melone/rm-session-populator",
"repository": {
"type": "git",
"url": "https://github.com/relief-melone/rm-session-populator"
},
"author": "Relief Melone",
"license": "MIT",
"dependencies": {
"@types/jsonwebtoken": "^8.3.7",
"@types/sinon": "^7.5.1",
"axios": "^0.21.1",
"chai": "^4.2.0",
"chai-exclude": "^2.0.2",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"request": "^2.88.0",
"sinon": "^8.1.1",
"supertest": "^4.0.2",
"typescript": "^3.7.4"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/express": "^4.17.2",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.22",
"@types/request": "^2.48.4",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"axios-mock-adapter": "^1.17.0",
"cookie-parser": "^1.4.4",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"nyc": "^14.1.1"
}
}