-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 929 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
{
"name": "@mspg/transpile-babel",
"version": "0.0.1",
"description": "es7 to es5 transform for mspg",
"main": "src/index.js",
"type": "module",
"engines": {
"node": ">=14.2.0"
},
"engineStrict": true,
"scripts": {
"start": "t -p",
"test": "t",
"format": "f -w -f js json",
"calls": "calls"
},
"dependencies": {
"@babel/core": "7.18.13",
"@babel/plugin-transform-arrow-functions": "7.18.6",
"@babel/preset-env": "7.18.10",
"@magic/log": "0.1.17",
"babel-preset-minify": "0.5.2"
},
"devDependencies": {
"@magic/format": "0.0.44",
"@magic/test": "0.2.14"
},
"author": "Wizards & Witches",
"license": "AGPL-3.0",
"contributors": [
{
"name": "jascha ehrenreich",
"github": "jaeh"
},
{
"name": "philipp tiefenbacher",
"github": "wizard23"
},
{
"name": "tom peak",
"github": "tompeak"
}
]
}