-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 908 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 908 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
30
31
32
33
{
"name": "code-signal-journey",
"version": "1.0.0",
"description": "My Code signal journey on https://app.codesignal.com/",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"tsc": "tsc && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DustinDust/Code-Signal-Journey.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DustinDust/Code-Signal-Journey/issues"
},
"homepage": "https://github.com/DustinDust/Code-Signal-Journey#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
"underscore": "^1.13.1"
}
}