-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 988 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
{
"name": "@uscreen.de/common-esm",
"version": "1.0.1",
"description": "make ESM a bit more commonJS",
"main": "index.js",
"type": "module",
"bugs": {
"url": "https://github.com/uscreen/common-esm/issues"
},
"homepage": "https://github.com/uscreen/common-esm#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/uscreen/common-esm.git"
},
"author": "Marcus Spiegel <[email protected]>",
"license": "MIT",
"scripts": {
"test": "c8 tap",
"test:cov": "c8 --reporter=html --reporter=text tap",
"test:ci": "c8 --reporter=lcovonly tap"
},
"dependencies": {
"desm": "^1.3.0"
},
"devDependencies": {
"@uscreen.de/eslint-config-prettystandard-node": "^0.2.10",
"c8": "^9.0.0",
"tap": "^16.3.0"
},
"keywords": [
"esm",
"commonJS",
"require",
"package.json",
"import",
"import.meta",
"import.meta.url",
"dirname",
"__dirname",
"filename",
"__filename"
]
}