Rust implementation of NextGraph, a Decentralized and local-first web 3.0 ecosystem https://nextgraph.org
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.
 
 
 
 
 
 
nextgraph-rs/sdk/ng-sdk-js/ng-shex-orm/package.json

67 lines
1.9 KiB

{
"name": "@nextgraph-monorepo/ng-shex-orm",
"version": "0.1.0",
"description": "",
"type": "module",
"main": "src/index.ts",
"bin": {
"ldo": "./dist/cli.js"
},
"scripts": {
"build": "pnpm run build:ts",
"build:ts": "rm -rf dist && tsc && pnpm run update-permission",
"update-permission": "chmod +x ./dist/cli.js",
"test": "jest --coverage",
"prepublishOnly": " npm run build",
"lint": "eslint src/** --fix --no-error-on-unmatched-pattern",
"test:init": "rm -rf ./example-init && cp -R ./example-init-placeholder ./example-init && cd ./example-init && ../dist/index.js init",
"test:create": "rm -rf ./example-create && ./dist/index.js create ./example-create"
},
"authors": [
"Laurin Weger",
"Jackson Morgan"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/o-development/ldo/issues"
},
"devDependencies": {
"@types/child-process-promise": "^2.2.2",
"@types/ejs": "^3.1.1",
"@types/fs-extra": "^9.0.13",
"@types/jsonld": "^1.5.15",
"@types/prompts": "^2.4.9",
"@types/shexj": "^2.1.4",
"copyfiles": "^2.4.1",
"typescript": "^5.9.2"
},
"dependencies": {
"@jeswr/shacl2shex": "^1.1.0",
"@ldo/traverser-shexj": "1.0.0-alpha.28",
"@ldo/type-traverser": "1.0.0-alpha.28",
"@shexjs/parser": "^1.0.0-alpha.24",
"child-process-promise": "^2.2.1",
"commander": "^14.0.1",
"dts-dom": "~3.6.0",
"ejs": "^3.1.8",
"fs-extra": "^10.1.0",
"jsonld2graphobject": "^0.0.5",
"loading-cli": "^1.1.0",
"prettier": "^3.0.3",
"prompts": "^2.4.2",
"rdf-dereference-store": "^1.4.0",
"rdf-namespaces": "^1.13.1",
"ts-morph": "^24.0.0",
"type-fest": "^2.19.0"
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public",
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"gitHead": "840910c56ec3f61416f031cc76771a5673af6757"
}