-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 950 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
{
"name": "@apostrophecms/favicon",
"version": "1.1.2",
"description": "Edit the favicon (the icon in the browser tab) within ApostropheCMS",
"main": "index.js",
"scripts": {
"eslint": "eslint --ext .js,.vue .",
"lint": "npm run eslint",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/favicon.git"
},
"homepage": "https://github.com/apostrophecms/favicon#readme",
"author": "Apostrophe Technologies",
"license": "MIT",
"devDependencies": {
"eslint": "^8.44.0",
"eslint-config-apostrophe": "^4.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^9.15.1",
"stylelint": "^15.9.0",
"stylelint-config-apostrophe": "^3.0.0",
"vue-eslint-parser": "^9.3.1"
}
}