-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1011 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
{
"name": "@web-atoms/ts-to-systemjs",
"version": "1.1.15",
"description": "TypeScript to SystemJS Transformer",
"main": "index.js",
"scripts": {
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-atoms/ts-to-systemjs.git"
},
"keywords": [
"web",
"atoms",
"core"
],
"bin": {
"tssystemjs": "./bin/tssystemjs"
},
"author": "Akash Kava",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-atoms/ts-to-systemjs/issues"
},
"homepage": "https://github.com/web-atoms/ts-to-systemjs#readme",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-dynamic-import": "^7.25.9",
"@babel/plugin-transform-modules-systemjs": "^7.25.9",
"@babel/plugin-proposal-explicit-resource-management": "^7.25.9",
"@babel/plugin-syntax-explicit-resource-management": "^7.25.9",
"typescript": "^5.7.2"
},
"devDependencies": {
"@types/node": "^17.0.40"
}
}