forked from H8-FSJS-P2S5/IP-RMT42
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 760 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name": "ip-rmt42",
"version": "1.0.0",
"description": "[](https://classroom.github.com/a/IrWObaQs)\r [](https://classroom.github.com/online_ide?assignment_repo_id=12856485&assignment_repo_type=AssignmentRepo)\r # Individual Project Phase 2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"vite": "^4.5.0"
}
}