-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 813 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 813 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
33
34
35
{
"name": "temp-mail-plus-api",
"version": "1.1.1",
"main": "index.js",
"types": "dist/src/index.d.ts",
"files": ["dist", "index.js"],
"license": "MIT",
"repository": "https://github.com/halitsever/temp-mail-plus-api.git",
"scripts": {
"build": "tsc",
"test": "node --import tsx --test test/*.ts"
},
"keywords": [
"temp-mail",
"temp",
"mail",
"temporary-mail",
"temporary-mail-api",
"temporary-mail-api-wrapper",
"plus",
"tempmail",
"tempmail-plus",
"tempmailplus"
],
"author": "Halit Sever <halitsever@protonmail.com>",
"description": "📨 API Wrapper for Temp Mail Plus service",
"dependencies": {
"axios": "^1.11.0"
},
"devDependencies": {
"@types/node": "^24.2.1",
"ts-node": "^10.9.2",
"tsx": "^4.20.3"
}
}