-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
47
{
"name": "@tsdevau/codewars-kata-solutions",
"version": "1.3.0",
"description": "Codewars Kata Solutions by tsdevau",
"keywords": [
"Codewars",
"Kata",
"Solution",
"JavaScript",
"TypeScript",
"Python",
"Swift"
],
"license": "MIT",
"author": {
"name": "tsdevau",
"email": "[email protected]",
"url": "https://tsdev.au/codewars-solutions",
"github": "https://github.com/tsdevau",
"linkedin": "https://www.linkedin.com/in/tsdevau",
"twitter": "https://twitter.com/tsdev_au"
},
"scripts": {
"test": "pnpm vitest "
},
"dependencies": {
"bignumber.js": "^9.1.2",
"lodash": "^4.17.21",
"nyc": "^15.1.0",
"ramda": "^0.30.0",
"tsconfig-paths": "^4.2.0",
"underscore": "^1.13.6",
"vitest": "^1.6.0"
},
"devDependencies": {
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^9.3.0",
"eslint-plugin-import": "^2.29.1",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.5.0"
}
}