{ "name": "@ldo/traverser-shexj", "version": "0.0.0", "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/json-ld-shex-mapper.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/o-development/json-ld-shex-mapper/issues" }, "homepage": "https://github.com/o-development/json-ld-shex-mapper#readme", "devDependencies": { "@types/shexj": "^2.1.3", "@types/jest": "^29.0.3", "jest": "^29.0.3", "ts-jest": "^29.0.2" }, "files": [ "dist" ], "dependencies": { "@ldo/type-traverser": "^0.0.0" } }