forked from AjuscoCodingBootcamp/technicalChallenge_2ndBlock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "technicalchallenge_2ndblock",
"version": "1.0.0",
"description": "Develop yourself a Notes App for yourself to keep in mind your New Year resolutions and goals. The target user is yourself.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "jest",
"build": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elibabah/technicalChallenge_2ndBlock.git"
},
"keywords": [
"JS",
"Vanilla",
"Modules",
"Firebase",
"CRUD"
],
"author": "Elibabah",
"license": "MIT",
"bugs": {
"url": "https://github.com/Elibabah/technicalChallenge_2ndBlock/issues"
},
"homepage": "https://github.com/Elibabah/technicalChallenge_2ndBlock#readme",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"babel-jest": "^27.4.6",
"eslint": "^8.6.0",
"jest": "^27.4.7"
}
}