{ "name": "@ldo/traverser-shexj", "version": "1.0.0-alpha.2", "description": "A type-traverser for ShexJ", "main": "dist/index.js", "scripts": { "build": "tsc --project tsconfig.build.json", "test": "jest --coverage", "prepublishOnly": "npm run test && npm run build", "lint": "eslint src/** --fix --no-error-on-unmatched-pattern" }, "repository": { "type": "git", "url": "git+https://github.com/o-development/ldobjects.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/o-development/ldobjects/issues" }, "homepage": "https://github.com/o-development/ldobjects/tree/main/packages/traverser-shexj#readme", "files": [ "dist", "src" ], "dependencies": { "@ldo/type-traverser": "^1.0.0-alpha.2" }, "publishConfig": { "access": "public" }, "gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c" }