-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1020 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
27
28
29
{
"name": "krushiraj.github.io",
"version": "1.0.0",
"description": "krushiraj portfolio on github pages",
"scripts": {
"copy": "node copy.js",
"test": "echo \"Error: no test specified\" && exit 1",
"install:all": "npm i --force && cd portfolio && npm i --force && cd ../terminal-app && npm i --force",
"build": "cd portfolio && npm run build && cd ../terminal-app && npm run build",
"gh-pages": "cd portfolio && gh-pages -d public -b master --dotfiles -m \"Deploying to master branch\"",
"deploy": "npm run install:all && npm run build && npm run copy && npm run gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krushiraj/krushiraj.github.io.git"
},
"keywords": [
"krushiraj"
],
"author": "Krushi Raj Tula",
"license": "ISC",
"bugs": {
"url": "https://github.com/krushiraj/krushiraj.github.io/issues"
},
"homepage": "https://github.com/krushiraj/krushiraj.github.io#readme",
"dependencies": {
"gh-pages": "^2.1.1"
}
}