You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.1 KiB
40 lines
1.1 KiB
{
|
|
"name": "@ldobjects/schema-converter-shex",
|
|
"version": "0.0.1-alpha.0",
|
|
"description": "",
|
|
"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/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",
|
|
"shex-test": "^2.1.0",
|
|
"ts-jest": "^27.1.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@ldobjects/traverser-shexj": "^0.0.1-alpha.0",
|
|
"dts-dom": "^3.6.0",
|
|
"jsonld2graphobject": "^0.0.5"
|
|
}
|
|
}
|
|
|