@appthreat/atom-parsetools
Version:
Parsing tools that complement the @appthreat/atom project.
54 lines (53 loc) • 1.17 kB
JSON
{
"name": "@appthreat/atom-parsetools",
"version": "1.0.4",
"description": "Parsing tools that complement the @appthreat/atom project.",
"main": "./index.js",
"type": "module",
"scripts": {
"pretty": "prettier --write *.mjs *.js --trailing-comma=none",
"lint": "eslint *.mjs *.js"
},
"dependencies": {
"@appthreat/atom-common": "^1.0.4",
"@babel/parser": "^7.27.5",
"typescript": "^5.8.3",
"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.git"
},
"keywords": [
"atom",
"commands",
"parse",
"astgen",
"code",
"analysis"
],
"author": "Team AppThreat <cloud@appthreat.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AppThreat/atom/issues"
},
"homepage": "https://github.com/AppThreat/atom#readme",
"files": [
"*.js",
"plugins/",
"LICENSE"
],
"packageManager": "npm"
}