-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1015 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
31
32
33
34
35
36
37
38
{
"name": "quantimodo-wordpress",
"version": "1.0.0",
"description": "Add a health, diet, fitness, or mood tracking app to your WordPerress site",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\"",
"start": "wp-scripts start",
"build": "wp-scripts build",
"watch": "wp-scripts start",
"zip": "node ./scripts/zip.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/Abolitionist-Project/QuantiModo-WordPress-Plugin.git"
},
"keywords": [
"health",
"diet",
"fitness",
"mood"
],
"author": "Mike P. Sinn",
"license": "ISC",
"bugs": {
"url": "https://github.com/Abolitionist-Project/QuantiModo-WordPress-Plugin/issues"
},
"homepage": "https://github.com/Abolitionist-Project/QuantiModo-WordPress-Plugin#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@wordpress/scripts": "^27.0.0",
"archiver": "^7.0.0",
"fast-glob": "^3.3.2",
"gitignore-parser": "^0.0.2",
"glob": "^10.3.10",
"ignore": "^5.3.1"
}
}