UNPKG

@appthreat/atom

Version:

Create atom (⚛) representation for your application, packages and libraries

53 lines (52 loc) 1.15 kB
{ "name": "@appthreat/atom", "version": "2.1.14", "description": "Create atom (⚛) representation for your application, packages and libraries", "exports": "./index.js", "type": "module", "scripts": { "pretty": "prettier --write *.mjs *.js --trailing-comma=none", "lint": "eslint *.mjs *.js" }, "dependencies": { "@babel/parser": "^7.26.9", "typescript": "^5.8.2", "yargs": "^17.7.2" }, "devDependencies": { "eslint": "8.57.0" }, "bin": { "atom": "index.js", "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": [ "code", "analysis", "threat", "sbom", "supply", "chain" ], "author": "Team AppThreat <cloud@appthreat.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/AppThreat/atom/issues" }, "homepage": "https://github.com/AppThreat/atom#readme", "files": [ "*.js", "*.mjs", "plugins/" ] }