-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 777 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 777 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
{
"name": "fcc-js-algorithms-data-structures-projects",
"version": "1.0.0",
"description": "Resolução dos 5 Algoritmos para conclusão da certificação em Algoritmos JS e Estrutura de Dados da freeCodeCamp.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucasmartins96/FCC-JSAlgorithms-DataStructures-Projects.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucasmartins96/FCC-JSAlgorithms-DataStructures-Projects/issues"
},
"homepage": "https://github.com/lucasmartins96/FCC-JSAlgorithms-DataStructures-Projects#readme",
"devDependencies": {
"jest": "^26.6.3"
}
}