-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 971 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
{
"name": "otm-detector",
"version": "1.2.7",
"description": "Detect one-time mail services, the new way",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node --test",
"build": "rollup index.js --file index.cjs --format cjs --generatedCode=es2015 --compact --banner \"// DO NOT EDIT DIRECTLY\" --sourcemap"
},
"type": "module",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Short-io/otm-detector.git"
},
"keywords": [
"one-time-mail"
],
"author": "Andrii Kostenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Short-io/otm-detector/issues"
},
"homepage": "https://github.com/Short-io/otm-detector#readme",
"devDependencies": {
"rollup": "^4.25.0"
},
"packageManager": "[email protected]"
}