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.
38 lines
1010 B
38 lines
1010 B
{
|
|
"name": "@ldo/traverser-shexj",
|
|
"version": "0.0.1-alpha.24",
|
|
"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",
|
|
"devDependencies": {
|
|
"@types/jest": "^27.0.3",
|
|
"jest": "^27.4.5",
|
|
"ts-jest": "^27.1.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"dependencies": {
|
|
"@ldo/type-traverser": "^0.0.1-alpha.24"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "d2364cd2f8da5f0b673b1202d29df5b7c071a17c"
|
|
}
|
|
|