{ "name": "@ldo/schema-converter-shex", "version": "0.0.0", "description": "", "main": "dist/index.js", "scripts": { "build": "tsc --project tsconfig.build.json", "test": "jest --coverage", "prepublishOnly": "npm run test && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/o-development/shexj2typeandcontext.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/o-development/shexj2typeandcontext/issues" }, "homepage": "https://github.com/o-development/shexj2typeandcontextr#readme", "devDependencies": { "@shexjs/parser": "^1.0.0-alpha.24", "@types/jest": "^27.0.3", "@types/jsonld": "^1.5.6", "@types/shexj": "^2.1.3", "jest": "^27.4.5", "jsonld": "^5.2.0", "o-dataset-pack": "^0.2.1", "shex-test": "^2.1.0", "ts-jest": "^27.1.2" }, "files": [ "dist" ], "dependencies": { "dts-dom": "^3.6.0", "jsonld2graphobject": "^0.0.5", "shexj-traverser": "^2.0.1" } }