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.

22 lines
467 B
JSON

{
"name": "@pegjs/bundler",
"version": "3.0.0",
"private": true,
"bin": {
"bundle": "bundler.js"
},
"devDependencies": {
"@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",
"glob": "7.1.3",
"webpack": "4.29.3",
"webpack-cli": "3.2.3"
},
"engines": {
"node": ">= 6"
}
}