-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
53 lines (53 loc) · 1.2 KB
/
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
50
51
52
53
{
"name": "hopa",
"version": "1.5.1",
"description": "Run JavaScript/TypeScript files on the fly",
"main": "lib/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/krasimir/hopa.git"
},
"author": "Krasimir Tsonev",
"license": "MIT",
"bugs": {
"url": "https://github.com/krasimir/hopa/issues"
},
"homepage": "https://github.com/krasimir/hopa",
"bin": {
"hopa": "./lib/index.js"
},
"keywords": [
"cli",
"runner",
"transpiler",
"watcher",
"typescript",
"bundler",
"compiler",
"rollup",
"preview",
"demo",
"minify",
"bundle"
],
"dependencies": {
"@babel/core": "7.8.0",
"@babel/plugin-transform-parameters": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/runtime": "7.8.0",
"@rollup/plugin-commonjs": "11.0.1",
"@rollup/plugin-json": "^4.0.1",
"@rollup/plugin-node-resolve": "7.0.0",
"core-js": "3.6.3",
"execa": "4.0.0",
"rollup": "1.29.0",
"rollup-plugin-babel": "4.3.3",
"terminal-kit": "1.32.3",
"tslib": "1.10.0",
"typescript": "3.8.2",
"uglify-js": "3.7.5",
"yargs": "15.1.0",
"rollup-plugin-typescript2": "0.26.0"
}
}