-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
43
44
45
{
"name": "com.trashchecker",
"version": "5.0.0",
"description": "Homey Trashcan Reminder 2.0",
"main": "app.ts",
"directories": {
"lib": "lib"
},
"dependencies": {
"cheerio": "1.0.0-rc.10",
"https": "^1.0.0"
},
"devDependencies": {
"@tsconfig/node16": "^16.1.3",
"@types/homey": "npm:homey-apps-sdk-v3-types@^0.3.10",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.5",
"eslint": "^7.32.0",
"eslint-config-athom": "^3.1.3",
"mocha": "^9.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"scripts": {
"build": "tsc",
"lint": "eslint --ext .js,.ts --ignore-path .gitignore .",
"test": "mocha -r ts-node/register 'test/**/*.ts' --timeout 10000'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robertraaijmakers/com.trashchecker.git"
},
"keywords": [
"Homey",
"Athom",
"Trashcan",
"Reminder"
],
"author": "Robert Raaijmakers",
"license": "ISC",
"bugs": {
"url": "https://github.com/robertraaijmakers/com.trashchecker/issues"
},
"homepage": "https://github.com/robertraaijmakers/com.trashchecker#readme"
}