-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 844 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 844 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
{
"name": "terra",
"version": "1.0.0",
"description": "This project will serve as a Vagrant box for my portfolio, a GatsbyJS blog, to be hosted on a Linode, orchestrated pipeline with Vagrant and CircleCI. Tested with CypressIO and Jest BDD.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/cypress run --headed",
"init": "cd box/metaterran && npm install",
"build": "gatsby build",
"develop": "gatsby develop",
"destroy-vm": "vagrant destroy",
"ssh-vm": "vagrant ssh",
"boot-vm": "vagrant up"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sajjadhossain/terra.git"
},
"author": "sajjad hossain",
"license": "ISC",
"bugs": {
"url": "https://github.com/sajjadhossain/terra/issues"
},
"homepage": "https://github.com/sajjadhossain/terra#readme"
}