forked from next-step/js-vending-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 1.29 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
{
"name": "js-vending-machine",
"version": "1.0.0",
"description": "<p align=\"middle\" > <img src=\"https://nextstep-storage.s3.ap-northeast-2.amazonaws.com/536baaa17ed346bb851cc9f663edb069\" width=\"400\"> </p> <h1 align=\"middle\">자바스크립트와 Cypress로 구현하는 자판기</h1> <p align=\"middle\"> <img src=\"https://img.shields.io/badge/version-1.0.0-blue?style=flat-square\" alt=\"template version\"/> <img src=\"https://img.shields.io/badge/language-html-red.svg?style=flat-square\"/> <img src=\"https://img.shields.io/badge/language-css-blue.svg?style=flat-square\"/> <img src=\"https://img.shields.io/badge/language-js-yellow.svg?style=flat-square\"/> <img src=\"https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\"/> </p> </p>",
"main": "index.js",
"scripts": {
"cypress:open": "cypress open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlee0505/js-vending-machine.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jlee0505/js-vending-machine/issues"
},
"homepage": "https://github.com/jlee0505/js-vending-machine#readme",
"devDependencies": {
"cypress": "^10.4.0",
"mocha": "^10.0.0"
}
}