-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.18 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
{
"name": "bootstrap-deprecated-classes-extension",
"version": "0.2.1",
"private": true,
"description": "Browser extension highlighting Bootstrap deprecated classes in websites",
"homepage": "https://github.com/julien-deramond/bootstrap-deprecated-classes-extension#readme",
"bugs": {
"url": "https://github.com/julien-deramond/bootstrap-deprecated-classes-extension/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julien-deramond/bootstrap-deprecated-classes-extension.git"
},
"license": "MIT",
"author": {
"name": "Julien Déramond",
"email": "[email protected]",
"url": "https://github.com/julien-deramond/"
},
"funding": "https://github.com/sponsors/julien-deramond/",
"scripts": {
"build": "npm run build:chrome && npm run build:edge && npm run build:firefox",
"build:chrome": "node build-extension.mjs chrome",
"build:edge": "node build-extension.mjs edge",
"build:firefox": "node build-extension.mjs firefox",
"generate:data": "node script/build.mjs"
},
"devDependencies": {
"fast-array-diff": "^1.1.0",
"fs-extra": "^11.2.0",
"list-selectors": "^2.0.1",
"web-ext": "^8.3.0"
}
}