42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "acorn-hammerhead",
|
||
|
"version": "0.6.1",
|
||
|
"description": "acorn.js parser adapted to TestCafe Hammerhead",
|
||
|
"license": "MIT",
|
||
|
"author": {
|
||
|
"name": "Developer Express Inc.",
|
||
|
"url": "https://www.devexpress.com/"
|
||
|
},
|
||
|
"main": "lib/index.js",
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"ts-defs"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@types/estree": "0.0.46"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.17.8",
|
||
|
"@babel/preset-env": "^7.16.11",
|
||
|
"babel-plugin-add-module-exports": "^0.2.0",
|
||
|
"del": "^3.0.0",
|
||
|
"gulp": "^4.0.2",
|
||
|
"gulp-babel": "^8.0.0",
|
||
|
"publish-please": "^5.5.2"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"publish-please": "publish-please",
|
||
|
"prepublishOnly": "publish-please guard"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/miherlosev/acorn-hammerhead.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/miherlosev/acorn-hammerhead/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/miherlosev/acorn-hammerhead#readme",
|
||
|
"types": "./ts-defs/index.d.ts"
|
||
|
}
|