mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-19 06:36:48 +08:00
22 lines
431 B
JSON
22 lines
431 B
JSON
{
|
|
"name": "@devhub/www",
|
|
"version": "1.0.0",
|
|
"private": false,
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "cd .",
|
|
"clean": "cd .",
|
|
"compile": "cd .",
|
|
"deploy": "now --target production",
|
|
"format": "prettier --write '{.,src/**}/*.js'",
|
|
"lint": "eslint src",
|
|
"prepare": "cd ."
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint": "5.9.0",
|
|
"now": "*"
|
|
}
|
|
}
|