-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 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": "wp-frontplate",
"version": "1.0.3",
"description": "Wordpress開発の効率をあげるフルスタックテンプレート",
"dependencies": {},
"devDependencies": {
"npm-run-all": "^3.1.0"
},
"scripts": {
"start": "npm run build && npm run serve",
"test": "frp build",
"build": "docker-compose build && frp build",
"serve": "run-p server:*",
"server:web": "frp serve",
"server:docker": "docker-compose up",
"production": "frp build -p",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -w -s -r 0"
},
"repository": {
"type": "git",
"url": "git@github.com:frontainer/frontplate.git"
},
"frp": {
"WordPress/WordPress": "wp"
},
"author": "frontainer",
"license": "MIT",
"private": true
}