UNPKG

structurizr-parser

Version:
46 lines (45 loc) 1.02 kB
{ "name": "structurizr-parser", "version": "0.3.0", "description": "Parses Structurizr DSL files", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "test": "tests" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/gerry-rohling/structurizr-parser.git" }, "keywords": [ "beta", "structurizr" ], "author": "Gerry Rohling", "license": "MIT", "bugs": { "url": "https://github.com/gerry-rohling/structurizr-parser/issues" }, "homepage": "https://github.com/gerry-rohling/structurizr-parser#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/lodash": "^4.17.13", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.6.3" }, "files": [ "dist/**/*" ], "dependencies": { "chevrotain": "^10.5.0", "nanoid": "^3.3.7", "structurizr-typescript": "^1.0.15", "tsup": "^8.3.5" } }