UNPKG

@appthreat/atom-parsetools

Version:

Parsing tools that complement the @appthreat/atom project.

55 lines (54 loc) 1.23 kB
{ "name": "@appthreat/atom-parsetools", "version": "1.1.3", "description": "Parsing tools that complement the @appthreat/atom project.", "main": "./index.js", "type": "module", "scripts": { "pretty": "prettier --write *.js --trailing-comma=none", "lint": "eslint *.mjs *.js" }, "dependencies": { "@appthreat/atom-common": "^1.1.0", "@babel/parser": "^7.28.5", "typescript": "^5.9.3", "hermes-parser": "^0.33.1", "yargs": "^17.7.2" }, "devDependencies": { "eslint": "8.57.0" }, "bin": { "astgen": "astgen.js", "phpastgen": "phpastgen.js", "rbastgen": "rbastgen.js", "scalasem": "scalasem.js" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/AppThreat/atom-parsetools.git" }, "keywords": [ "atom", "commands", "parse", "astgen", "code", "analysis" ], "author": "Team AppThreat <cloud@appthreat.com>", "license": "MIT", "bugs": { "url": "https://github.com/AppThreat/atom-parsetools/issues" }, "homepage": "https://github.com/AppThreat/atom-parsetools#readme", "files": [ "*.js", "plugins/", "LICENSE" ], "packageManager": "npm" }