-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.52 KB
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
48
49
50
51
52
{
"name": "utils-ts",
"version": "1.0.0",
"description": "",
"scripts": {
"benchmark": "ts-node src/benchmark.ts",
"benchmark:dev": "nodemon src/benchmark.ts",
"lint": "eslint --fix ./src/**.{ts,js}",
"scratchpad": "ts-node src/scratchpad.ts",
"scratchpad:dev": "nodemon src/scratchpad.ts"
},
"author": "Beau Dobbin <beau@beaunus.com>",
"license": "ISC",
"devDependencies": {
"@beaunus123/style-config": "latest",
"@types/argparse": "^2.0.10",
"@types/asciichart": "^1.5.6",
"@types/benchmark": "^1.0.31",
"@types/lodash": "^4.14.178",
"@types/node": "^14.6.4",
"@types/request": "^2.48.5",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.0.0",
"abbreviate": "^0.0.3",
"benchmark": "^2.1.4",
"chalk": "^4.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-node": "^0.3.6",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-sort-exports": "^0.6.0",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"husky": "^4.2.5",
"jest": "^26.4.2",
"lint-staged": "^10.3.0",
"lodash": "^4.17.21",
"node-fetch": "^3",
"nodemon": "^2.0.13",
"prettier": "^2.1.1",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
},
"dependencies": {
"argparse": "^2.0.1",
"asciichart": "^1.5.25",
"mathjs": "^10.1.0"
},
"packageManager": "yarn@3.1.1"
}