@appthreat/atom-common
Version:
Common library for the @appthreat/atom project.
36 lines (35 loc) • 798 B
JSON
{
"name": "@appthreat/atom-common",
"version": "1.1.0",
"description": "Common library for the @appthreat/atom project.",
"main": "index.js",
"type": "module",
"scripts": {
"pretty": "prettier --write *.js *.mjs --trailing-comma=none",
"lint": "eslint *.mjs *.js"
},
"devDependencies": {},
"keywords": [
"atom",
"commands",
"parse",
"astgen",
"code",
"analysis"
],
"author": "Team AppThreat <cloud@appthreat.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/AppThreat/atom-common.git"
},
"bugs": {
"url": "https://github.com/AppThreat/atom-parsetools/issues"
},
"homepage": "https://github.com/AppThreat/atom-common#readme",
"files": [
"*.js",
"*.mjs",
"LICENSE"
]
}