-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "10up-experience",
"description": "The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up’s best practices.",
"homepage": "https://10up.com",
"repository": {
"type": "git",
"url": "https://github.com/10up/10up-experience"
},
"author": {
"name": "10up",
"email": "info@10up.com",
"url": "https://10up.com",
"role": "developer"
},
"scripts": {
"build": "10up-toolkit build",
"lint-js": "10up-toolkit lint-js",
"lint-style": "10up-toolkit lint-style",
"prepare": "husky install",
"start": "10up-toolkit watch"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"license": "GPL-2.0-or-later",
"devDependencies": {
"10up-toolkit": "^6.2.0",
"husky": "^8.0.3",
"lint-staged": "^11.2.6"
},
"10up-toolkit": {
"entry": {
"notices": "./assets/js/notices.js",
"passwords": "./assets/js/passwords.js",
"passwords-styles": "./assets/css/passwords.css",
"admin": "./assets/css/admin.css",
"tenup-pages": "./assets/css/tenup-pages.css"
}
}
}