-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 799 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 799 Bytes
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
{
"name": "better-adrena",
"displayName": "BetterAdrena",
"version": "1.2.7",
"description": "BetterAdrena é uma extensão que traz várias melhorias para o forum Adrenaline.",
"homepage": "https://www.egaming.com.br/projetos/betteradrena",
"author": "Adriano Cahete",
"settings": {
"themeColor": "#3c3c3c"
},
"engines": {
"node": "~8.0.0"
},
"scripts": {
"start": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "./node_modules/.bin/del-cli bin/*",
"generate": "node ./utils/zip.js",
"// update_infos": "node ./utils/replace.js",
"build": "npm run clean && npm run generate"
},
"devDependencies": {
"bestzip": "^2.1.7",
"copyfiles": "^2.3.0",
"del-cli": "^3.0.1",
"replace": "^1.2.0"
}
}