33 lines
860 B
JSON
33 lines
860 B
JSON
|
{
|
||
|
"name": "esotope-hammerhead",
|
||
|
"version": "0.6.3",
|
||
|
"description": "",
|
||
|
"main": "esotope.js",
|
||
|
"files": [
|
||
|
"esotope.js",
|
||
|
"ts-defs"
|
||
|
],
|
||
|
"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/esotope-hammerhead.git"
|
||
|
},
|
||
|
"author": "miherlosev <miherlosev@mail.ru> (http://devexpress.com/)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/miherlosev/esotope-hammerhead/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/miherlosev/esotope-hammerhead#readme",
|
||
|
"dependencies": {
|
||
|
"@types/estree": "0.0.46"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"publish-please": "^5.5.1"
|
||
|
},
|
||
|
"types": "./ts-defs/index.d.ts"
|
||
|
}
|