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.

23 lines
454 B

{
"name": "hermes-parser",
"version": "0.8.0",
"description": "A JavaScript parser built from the Hermes engine",
"main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:facebook/hermes.git"
},
"dependencies": {
"hermes-estree": "0.8.0"
},
"devDependencies": {
"@babel/parser": "7.7.4",
"espree": "9.3.2",
"hermes-transform": "0.8.0"
},
"files": [
"dist"
]
}