-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 934 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
46
47
48
49
{
"name": "export-tester",
"version": "1.0.13",
"description": "Can your code run in ESM, CJS or browser?",
"main": "./dist",
"module": "./dist",
"types": "./dist",
"scripts": {
"build": "node bud",
"build-dev": "node bud dev"
},
"files": [
"dist",
"README.md",
"lib",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/E0SelmY4V/export-tester.git"
},
"keywords": [
"commonjs",
"cjs",
"esmodule",
"esm",
"tests",
"export",
"tdd",
"testing"
],
"author": "e0selmy4v",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/E0SelmY4V/export-tester/issues"
},
"homepage": "https://github.com/E0SelmY4V/export-tester#readme",
"devDependencies": {
"lethal-build": "^1.1.0",
"typescript": ""
},
"dependencies": {
"@types/node": "",
"accurtype": "^2.5.180",
"func2code": "^1.0.4",
"schema2class": "^2.5.5",
"scpo-proce": "^2.0.0"
}
}