- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
27 lines (27 loc) · 648 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 648 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
{
"name": "codility-lessons-javascript",
"version": "1.0.0",
"description": "Codility solutions in javascript",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talgat-ruby/codility-lessons-javascript.git"
},
"keywords": [
"codility",
"javascript"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/talgat-ruby/codility-lessons-javascript/issues"
},
"homepage": "https://github.com/talgat-ruby/codility-lessons-javascript#readme",
"devDependencies": {
"jest": "^24.9.0",
"prettier": "^1.19.1"
}
}