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.
34 lines
928 B
34 lines
928 B
{
|
|
"name": "@ldobjects/traverser-shexj",
|
|
"version": "0.0.1-alpha.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/jest": "^29.0.3",
|
|
"@types/shexj": "^2.1.3",
|
|
"jest": "^29.0.3",
|
|
"ts-jest": "^29.0.2"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@ldobjects/type-traverser": "^0.0.1-alpha.0"
|
|
}
|
|
}
|
|
|