forked from gnappo1/phase-1-mock-cc-ramen-rater-v2
-
Notifications
You must be signed in to change notification settings - Fork 483
/
package.json
32 lines (32 loc) · 879 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
28
29
30
31
32
{
"name": "phase-1-mock-cc-ramen-rater",
"version": "1.0.0",
"description": "practice fetch requests, using an API, responding to user events, updating the dom",
"main": "index.js",
"scripts": {
"test": "vitest --run --environment happy-dom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learn-co-curriculum/phase-1-mock-cc-ramen-rater.git"
},
"keywords": [
"flatiron school",
"javascript",
"dom",
"fetch",
"api",
"user events"
],
"author": "Flatiron School",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/learn-co-curriculum/phase-1-mock-cc-ramen-rater/issues"
},
"homepage": "https://github.com/learn-co-curriculum/phase-1-mock-cc-ramen-rater#readme",
"dependencies": {
"@testing-library/dom": "^9.3.4",
"happy-dom": "^13.2.1",
"vitest": "^1.2.1"
}
}