-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 896 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 896 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
36
37
38
39
{
"name": "@gettestmail/typescript-sdk",
"version": "1.1.2",
"description": "Typescript SDK for GetTestMail",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"clean": "rm -rf dist/*",
"predeploy": "npm run clean && npm run build",
"deploy": "np",
"test": "echo todo",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GetTestMail/typescript-sdk.git"
},
"keywords": [
"testing",
"email",
"GetTestMail",
"typescript"
],
"author": "neurocode I/O GmbH <info@neurocode.io>",
"files": [
"dist/"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/GetTestMail/typescript-sdk/issues"
},
"homepage": "https://github.com/GetTestMail/typescript-sdk#README.md",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"typescript": "5.0.4"
}
}