-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 774 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
26
27
28
29
{
"name": "wikimoenodejsblog",
"version": "1.2.0",
"description": "猛男自用博客系统,基于nodejs,mongodb",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build-all": "node build-all.js",
"ver-change": "node ver-change.js",
"build-panorama": "yarn --cwd panorama-viewer build",
"dev-panorama": "yarn --cwd panorama-viewer dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eeg1412/wikimoeNodeJSBlog.git"
},
"keywords": [
"blog"
],
"author": "hiroki",
"license": "MIT",
"bugs": {
"url": "https://github.com/eeg1412/wikimoeNodeJSBlog/issues"
},
"homepage": "https://github.com/eeg1412/wikimoeNodeJSBlog#readme",
"dependencies": {
"concurrently": "^8.2.2"
}
}