-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 761 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 761 Bytes
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
{
"name": "webtest",
"version": "1.0.0",
"description": "삽질용 임시 레포",
"main": "index.html",
"scripts": {
"prebuild": "rm -rf build && mkdir build",
"build": "cp -r ./src/assets ./build/assets && cp ./src/script.js ./build/script.js && cp ./src/index.html ./build/index.html",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkillDrottinn/WebTest.git"
},
"keywords": [],
"author": "Skill Drottinn",
"license": "Deek Dark License - Type C",
"bugs": {
"url": "https://github.com/SkillDrottinn/WebTest/issues"
},
"homepage": "https://skilldrottinn.github.io/WebTest",
"dependencies": {
"gh-pages": "^3.2.0"
}
}