-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
45 lines (45 loc) · 944 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
{
"name": "@zerollup/ts-helpers",
"version": "1.7.18",
"license": "MIT",
"description": "Ts transform plugins helpers",
"author": {
"name": "Stefan Zerkalica",
"email": "[email protected]"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/zerkalica/zerollup",
"bugs": {
"url": "https://github.com/zerkalica/zerollup/issues"
},
"homepage": "https://github.com/zerkalica/zerollup/tree/master/packages/ts-helpers/#readme",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [
"*.map",
"*.js",
"*.md",
"package.json",
"LICENSE",
"@types",
"dist"
],
"keywords": [
"typescript",
"transform",
"helpers",
"plugin"
],
"peerDependencies": {
"typescript": ">=3.7.2"
},
"dependencies": {
"resolve": "^1.12.0"
},
"devDependencies": {
"@types/resolve": "0.0.8"
}
}