-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 805 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 805 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
{
"devDependencies": {
"@types/lodash": "^4.14.197",
"@types/ramda": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^38.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.0.0",
"jest": "^29.7.0",
"mocha": "^10.2.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
},
"dependencies": {
"lodash": "^4.17.21",
"promises-aplus-tests": "^2.1.2",
"ramda": "^0.29.0",
"ts-node": "^10.9.1"
},
"scripts": {
"test-promise": "promises-aplus-tests promise",
"test": "mocha"
}
}