mirror of
https://github.com/farcasterxyz/hub-monorepo.git
synced 2026-02-12 05:55:16 -05:00
18 lines
506 B
JSON
18 lines
506 B
JSON
{
|
|
"name": "www-hubble-xyz",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"prettier": "^2.8.7",
|
|
"vitepress": "v1.0.0-alpha.73"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs",
|
|
"lint": "prettier --config \"./.prettierrc.yml\" --write \"**/*.{json,md}\"",
|
|
"lint:check": "prettier --config \"./.prettierrc.yml\" --check \"**/*.{json,md}\""
|
|
}
|
|
}
|