This repository has been archived by the owner on Nov 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
48 lines (48 loc) · 1.58 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"author": "imath",
"bugs": {
"url": "https://github.com/imath/wp-statuses/issues"
},
"description": "Suggestions to improve the WordPress Post statuses API.",
"devDependencies": {
"@wordpress/babel-preset-default": "^6.3.2",
"@wordpress/browserslist-config": "~4.1.0",
"grunt": "^1.5.3",
"grunt-check-dependencies": "^1.0.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-exec": "^3.0.0",
"grunt-git-archive": "~0.0.3",
"grunt-jsvalidate": "~0.2.2",
"grunt-legacy-util": "^2.0.1",
"matchdep": "^2.0.0",
"parcel": "^2.0.0"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8"
},
"keywords": [
"status"
],
"homepage": "https://github.com/imath/wp-statuses",
"license": "GPL-2.0+",
"name": "wp-statuses",
"repository": {
"type": "git",
"url": "https://github.com/imath/wp-statuses.git"
},
"version": "2.1.9",
"browserslist": [
"extends @wordpress/browserslist-config"
],
"scripts": {
"start": "parcel watch src/sidebar/sidebar.js --dist-dir js",
"build": "parcel build src/sidebar/sidebar.js --dist-dir js",
"pot": "wp i18n make-pot . languages/wp-statuses.pot --exclude='.github,vendor,node_modules' --headers='{\"Project-Id-Version\": \"WP Statuses\", \"Report-Msgid-Bugs-To\": \"https://github.com/imath/wp-statuses/issues\", \"Last-Translator\": \"imath <[email protected]>\", \"Language-Team\": \"FRENCH <[email protected]>\"}'",
"po2json": "wp i18n make-json languages/wp-statuses-fr_FR.po --no-purge"
}
}