forked from makersacademy/news-summary-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 1.03 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
{
"name": "news-summary-challenge",
"version": "1.0.0",
"description": "* Feel free to use Google, your notes, books, etc. but work on your own. * If you refer to the solution of another coach or student, please put a link to that in your README. * If you have a partial solution, **still check in a partial solution** and send in a pull request. * You must submit a pull request to this repo with your code by 10am Monday morning.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "esbuild index.js --bundle --outfile=bundle.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hafizalimi7/news-summary-challenge.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hafizalimi7/news-summary-challenge/issues"
},
"homepage": "https://github.com/Hafizalimi7/news-summary-challenge#readme",
"devDependencies": {
"jest-environment-jsdom": "^28.1.2",
"jest-fetch-mock": "^3.0.3"
}
}