You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "@pegjs/bundler",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"bin": {
|
|
"bundle": "bundler.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.2.2",
|
|
"@babel/preset-env": "7.3.1",
|
|
"@futagoza/child-process": "1.0.0",
|
|
"babel-loader": "8.0.5",
|
|
"dedent": "0.7.0",
|
|
"webpack": "4.29.3",
|
|
"webpack-cli": "3.2.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
}
|