Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotajakiser authored Aug 16, 2023
1 parent aa2addf commit 6393de5
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
{
"name": "starseeds-protocol-docs",
"name": "starseeds-protocol",
"version": "1.0.0",
"description": "My sample project",
"main": "index.js",
"scripts": {
"build": "gitbook build"
"start": "node index.js",
"test": "mocha --exit"
},
"keywords": [
"crypto"
],
"author": "Dakota Kaiser <[email protected]>",
"license": "MIT",
"dependencies": {
"gitbook-cli": "^2.3.2"
"express": "^4.17.1",
"tar": "^6.1.11"
},
"devDependencies": {
"mocha": "^9.1.3",
"chai": "^4.3.4"
}
}

2 comments on commit 6393de5

@dakotajakiser
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to go

@4everland
Copy link

@4everland 4everland bot commented on 6393de5 Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IPFS CID bafybeie2xojfb2pb4dfmxv3k4i2pgckikn3mv7ymneyj6llkr7ujljxxju
Assigned domain https://starseeds-protocol-frbcxfo2-dakotajakiser.4everland.app
https://starseeds-protocol.4everland.app
Custom domain

Please sign in to comment.