-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 912 Bytes
/
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
{
"name": "katas",
"version": "1.0.0",
"description": "Bunch of code katas",
"main": "index.js",
"author": "Sajad Torkamani",
"license": "MIT",
"scripts": {
"test": "jest --watch --bail",
"format": "prettier --write */**.{js,ts,md}"
},
"dependencies": {
"date-fns": "^1.30.1",
"lodash": "^4.17.20",
"mem": "^5.1.1",
"moment": "^2.24.0"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.6.0",
"@types/jest": "^28.1.6",
"@types/moment": "^2.13.0",
"@types/node": "^12.7.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.5.1",
"eslint": "^8.10.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^28.1.3",
"prettier": "^1.18.2",
"ts-node": "^10.6.0",
"typescript": "^4.7.4"
}
}