mirror of
https://github.com/status-im/subspace-docs.git
synced 2025-02-12 12:37:39 +00:00
management scripts
This commit is contained in:
parent
1794b8f3ff
commit
6bdcb4151b
40
package.json
Normal file
40
package.json
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"name": "phoenix-docs",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Phoenix Website",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"clean": "rimraf .vuepress/dist",
|
||||||
|
"build": "vuepress build",
|
||||||
|
"push-dir": "push-dir --dir=.vuepress/dist --branch=gh-pages",
|
||||||
|
"publish": "npm-run-all clean build push-dir"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/status-im/phoenix-docs.git"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/status-im/phoenix-docs/issues"
|
||||||
|
},
|
||||||
|
"author": "Status Research & Development GMBH",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Iuri Matias",
|
||||||
|
"email": "iuri.matias@gmail.com",
|
||||||
|
"homepage": "https://github.com/iurimatias"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Richard Ramos",
|
||||||
|
"email": "info@richardramos.me",
|
||||||
|
"homepage": "https://github.com/richard-ramos"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/status-im/phoenix-docs#readme",
|
||||||
|
"devDependencies": {
|
||||||
|
"npm-run-all": "^4.1.5",
|
||||||
|
"push-dir": "^0.4.1",
|
||||||
|
"rimraf": "^3.0.0",
|
||||||
|
"vuepress": "^1.0.3"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user