-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 998 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 998 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
29
30
31
32
{
"name": "lifx-effects",
"version": "1.0.0",
"description": "lifx-effects",
"scripts": {
"cartagines_goal": "node app.js cartagines_goal",
"cartagines_win": "node app.js cartagines_win",
"xbox_on": "node app.js xbox_on",
"xbox_achievement": "node app.js xbox_achievement",
"bitcoin_new_high": "node app.js bitcoin_new_high",
"bitcoin_new_low": "node app.js bitcoin_new_low",
"gallotapado": "node app.js gallotapado",
"random_color": "node app.js random_color",
"lint": "eslint .",
"lint-fix": "npm run lint -- --fix",
"prepare": "husky install"
},
"devDependencies": {
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"*.{js,jsx,ts,tsx,md,html,css,scss,json}": "prettier --write"
},
"author": "davr59",
"private": true
}