You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

24 lines
661 B

{
"name": "babel-run-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "babel source --extensions .ts --out-dir dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@babel/runtime-corejs3": "^7.10.4",
"babel-plugin-dynamic-import-polyfill": "^1.0.0",
"@babel/polyfill": "^7.10.4",
"@babel/runtime": "^7.10.4"
}
}