-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 717 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
{
"name": "javascript-code-challenges-2508144",
"version": "1.0.0",
"description": "Code challenges with test code",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinkedInLearning/javascript-code-challenges-2508144.git"
},
"author": "Thomas Rose",
"license": "ISC",
"bugs": {
"url": "https://github.com/LinkedInLearning/javascript-code-challenges-2508144/issues"
},
"homepage": "https://github.com/LinkedInLearning/javascript-code-challenges-2508144#readme",
"dependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"sqlite3": "^5.0.8"
},
"devDependencies": {
"eslint": "^8.19.0"
}
}