cf022429bb
- Update all dependencies - Use '@futagoza/*' ESLint configurations - Remove redundent '@pegjs/eslint-config' - Add TypeScript support to the bundler
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "@pegjs/bundler",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"bin": {
|
|
"bundle": "bundler.js"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "7.6.2",
|
|
"@babel/preset-env": "7.6.2",
|
|
"babel-loader": "8.0.6",
|
|
"dedent": "0.7.0",
|
|
"ts-loader": "6.1.2",
|
|
"typescript": "3.6.3",
|
|
"webpack": "4.41.0",
|
|
"webpack-cli": "3.3.9"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6"
|
|
}
|
|
}
|