forked from GlotPress/GlotPress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 966 Bytes
/
package.json
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
30
{
"name": "glotpress",
"version": "0.0.0",
"private": true,
"description": "GlotPress is a collaborative, web-based software translation tool.",
"author": "The GlotPress Contributors",
"license": "GPL-2.0-or-later",
"homepage": "https://glotpress.blog/",
"repository": "git+https://github.com/GlotPress/GlotPress.git",
"bugs": {
"url": "https://github.com/GlotPress/GlotPress/issues"
},
"devDependencies": {
"@wordpress/env": "^8.6.0",
"@wordpress/scripts": "^26.11.0",
"grunt": "^1.6.1",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.1.0"
},
"scripts": {
"build": "grunt",
"watch": "grunt watch",
"env:start": "wp-env start && wp-env run cli wp option update permalink_structure '/%postname%/'",
"env:stop": "wp-env stop",
"lint:js": "wp-scripts lint-js",
"lint:js-fix": "wp-scripts lint-js --fix"
}
}