25 lines
704 B
JSON
25 lines
704 B
JSON
{
|
|
"name": "hackeamos.org",
|
|
"version": "0.0.1",
|
|
"description": "Site WP para Hackeamos.Org",
|
|
"keywords": [
|
|
"hackeamos.org",
|
|
"wordpress"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.hackeamos.org:Hackeamos.Org/hms-wordpress.git"
|
|
},
|
|
"workspaces": [
|
|
"webroot/wp-content/themes/hms-themes",
|
|
"webroot/wp-content/plugins/plotar"
|
|
],
|
|
"license": "GPL-3.0-or-later",
|
|
"author": "Hackeamos.Org",
|
|
"scripts": {
|
|
"build": "npm run build --workspaces --if-present",
|
|
"start": "npm run start --workspaces --if-present; npm run watch --workspaces --if-present",
|
|
"watch": "npm run start --workspaces --if-present; npm run watch --workspaces --if-present"
|
|
}
|
|
}
|