-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 906 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "imap-netflix-household-automation",
"author": "ducphu0ng",
"version": "1.0.0",
"description": "IMAP Netflix Household automation",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"start": "tsc --noEmit && tsx --import=extensionless/register src/index.ts"
},
"extensionless": {
"lookFor": [
"ts"
]
},
"repository": {
"type": "git"
},
"keywords": [
"node",
"imap",
"imap node",
"email",
"netflix",
"netflix household",
"primary location",
"automation"
],
"devDependencies": {
"@types/imap": "^0.8.40",
"@types/node": "^22.1.0",
"tsx": "^4.16.5",
"typescript": "^5.5.4"
},
"dependencies": {
"@playwright/test": "^1.44.0",
"extensionless": "^1.9.9",
"imap": "^0.8.19"
}
}