@ -15,7 +15,7 @@
"test" : "jest --coverage" ,
"test" : "jest --coverage" ,
"prepublishOnly" : "npm run test && npm run build" ,
"prepublishOnly" : "npm run test && npm run build" ,
"lint" : "eslint src/** --fix --no-error-on-unmatched-pattern" ,
"lint" : "eslint src/** --fix --no-error-on-unmatched-pattern" ,
"test:init" : "rm -rf ./example-init && mkdi r ./example-init && cd ./example-init && ../dist/index.js init" ,
"test:init" : "rm -rf ./example-init && cp -R ./example-init-placeholde r ./example-init && cd ./example-init && ../dist/index.js init" ,
"test:create" : "rm -rf ./example-create && ./dist/index.js create ./example-create"
"test:create" : "rm -rf ./example-create && ./dist/index.js create ./example-create"
} ,
} ,
"repository" : {
"repository" : {
@ -29,18 +29,21 @@
} ,
} ,
"homepage" : "https://github.com/o-development/ldobjects/tree/main/packages/cli#readme" ,
"homepage" : "https://github.com/o-development/ldobjects/tree/main/packages/cli#readme" ,
"devDependencies" : {
"devDependencies" : {
"@ldo/cli" : "^0.0.1-alpha.28" ,
"@types/child-process-promise" : "^2.2.2" ,
"@types/child-process-promise" : "^2.2.2" ,
"@types/ejs" : "^3.1.1" ,
"@types/ejs" : "^3.1.1" ,
"@types/fs-extra" : "^9.0.13" ,
"@types/fs-extra" : "^9.0.13" ,
"@types/jest" : "^27.0.3" ,
"@types/jest" : "^27.0.3" ,
"@types/jsonld" : "^1.5.15" ,
"@types/prompts" : "^2.4.9" ,
"@types/prompts" : "^2.4.9" ,
"@types/shexj" : "2.1.4" ,
"@types/shexj" : "^ 2.1.4" ,
"copyfiles" : "^2.4.1" ,
"copyfiles" : "^2.4.1" ,
"jest" : "^27.4.2" ,
"jest" : "^27.4.2" ,
"rimraf" : "^3.0.2" ,
"rimraf" : "^3.0.2" ,
"ts-jest" : "^27.0.7"
"ts-jest" : "^27.0.7"
} ,
} ,
"dependencies" : {
"dependencies" : {
"@ldo/ldo" : "^0.0.1-alpha.28" ,
"@ldo/schema-converter-shex" : "^0.0.1-alpha.24" ,
"@ldo/schema-converter-shex" : "^0.0.1-alpha.24" ,
"@shexjs/parser" : "^1.0.0-alpha.24" ,
"@shexjs/parser" : "^1.0.0-alpha.24" ,
"child-process-promise" : "^2.2.1" ,
"child-process-promise" : "^2.2.1" ,