CommunitySolidServer/package.json
2023-10-05 14:28:06 +02:00

209 lines
7.6 KiB
JSON

{
"name": "@solid/community-server",
"version": "6.1.0",
"description": "Community Solid Server: an open and modular implementation of the Solid specifications",
"keywords": [
"solid",
"linked-data",
"rdf",
"ldp"
],
"contributors": [
"Joachim Van Herwegen <joachim.vanherwegen@ugent.be>",
"Thomas Dupont <thomas.dupont@ugent.be>",
"Wannes Kerckhove <wannes.kerckhove@ugent.be>",
"Jasper Vaneessen <jasper.vaneessen@ugent.be>",
"Ruben Taelman <ruben.taelman@ugent.be> (https://www.rubensworks.net/)",
"Ruben Verborgh <ruben.verborgh@ugent.be> (https://ruben.verborgh.org/)"
],
"license": "MIT",
"engines": {
"node": ">=14.14"
},
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server",
"lsd:components": "dist/components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/context.jsonld": "dist/components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/dist/": "dist/",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^6.0.0/templates/config/": "templates/config/"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"community-solid-server": "bin/server.js"
},
"repository": "git@github.com:CommunitySolidServer/CommunitySolidServer.git",
"bugs": {
"url": "https://github.com/CommunitySolidServer/CommunitySolidServer/issues"
},
"homepage": "https://github.com/CommunitySolidServer/CommunitySolidServer#readme",
"scripts": {
"build": "npm run build:ts && npm run build:components",
"build:components": "componentsjs-generator -s src -c dist/components -r css -i .componentsignore",
"build:ts": "tsc",
"mkdocs": "npm run mkdocs:docker || npm run mkdocs:pip",
"mkdocs:docker": "docker run --rm -it -p 8000:8000 -v ${PWD}/documentation:/docs squidfunk/mkdocs-material",
"mkdocs:pip": "pip install mkdocs mkdocs-material && cd documentation && mkdocs serve",
"docker": "npm run docker:setup && npm run docker:start",
"docker:clean": "./test/docker/docker-clean.sh",
"docker:setup": "./test/docker/docker-setup.sh",
"docker:start": "./test/docker/docker-start.sh",
"docker:stop": "./test/docker/docker-stop.sh",
"typedocs": "typedoc --customCss ./documentation/typedoc.css",
"jest": "jest --coverageReporters text-summary --",
"lint": "npm run lint:ts && npm run lint:markdown",
"lint:ts": "eslint . --cache --ignore-path .gitignore --max-warnings 0",
"lint:markdown": "markdownlint-cli2",
"lint:markdown:fix": "markdownlint-cli2-fix",
"prepare": "npm run build",
"release": "commit-and-tag-version",
"postrelease": "ts-node ./scripts/finalizeRelease.ts",
"start": "node ./bin/server.js",
"start:file": "node ./bin/server.js -c config/file.json -f ./data",
"start:file-no-setup": "node ./bin/server.js -c config/file-no-setup.json -f ./data",
"test": "npm run test:ts && npm run jest",
"test:deploy": "test/deploy/validate-configs.sh",
"test:ts": "tsc -p test --noEmit",
"test:integration": "jest test/integration",
"test:unit": "jest --config=./jest.coverage.config.js test/unit",
"test:watch": "jest --coverageReporters none --watch test/unit",
"validate": "componentsjs-compile-config urn:solid-server:default:Initializer -c config/default.json -f > /dev/null",
"watch": "nodemon --watch \"dist/**/*.js\" --exec npm start"
},
"husky": {
"hooks": {
"pre-commit": "npm run build && npm run lint && npm run test:unit && npm run test:integration",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"commit-and-tag-version": {
"scripts": {
"postbump": "ts-node ./scripts/upgradeConfig.ts",
"postchangelog": "ts-node ./scripts/formatChangelog.ts && markdownlint-cli2-fix"
},
"writerOpts": {
"commitsSort": false
},
"skip": {
"tag": true
}
},
"files": [
"bin",
"dist",
"config",
"templates"
],
"dependencies": {
"@comunica/context-entries": "^2.6.8",
"@comunica/query-sparql": "^2.6.9",
"@rdfjs/types": "^1.1.0",
"@solid/access-control-policy": "^0.1.3",
"@solid/access-token-verifier": "^2.0.5",
"@types/async-lock": "^1.4.0",
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/ejs": "^3.1.2",
"@types/end-of-stream": "^1.4.1",
"@types/fs-extra": "^11.0.1",
"@types/lodash.orderby": "^4.6.7",
"@types/marked": "^4.0.8",
"@types/mime-types": "^2.1.1",
"@types/n3": "^1.10.4",
"@types/node": "^14.18.43",
"@types/nodemailer": "^6.4.7",
"@types/oidc-provider": "^7.11.1",
"@types/proper-lockfile": "^4.1.2",
"@types/pump": "^1.1.1",
"@types/punycode": "^2.1.0",
"@types/rdf-validate-shacl": "^0.4.1",
"@types/sparqljs": "^3.1.4",
"@types/url-join": "^4.0.1",
"@types/uuid": "^9.0.1",
"@types/ws": "^8.5.4",
"@types/yargs": "^17.0.24",
"arrayify-stream": "^2.0.1",
"async-lock": "^1.4.0",
"bcryptjs": "^2.4.3",
"componentsjs": "^5.3.2",
"cors": "^2.8.5",
"cross-fetch": "^4.0.0",
"ejs": "^3.1.9",
"end-of-stream": "^1.4.4",
"escape-string-regexp": "^4.0.0",
"fetch-sparql-endpoint": "^4.0.0",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7",
"ioredis": "^5.3.2",
"iso8601-duration": "^2.1.1",
"jose": "^4.14.1",
"jsonld-context-parser": "^2.3.0",
"lodash.orderby": "^4.6.0",
"marked": "^4.3.0",
"mime-types": "^2.1.35",
"n3": "^1.16.4",
"nodemailer": "^6.9.1",
"oidc-provider": "7.10.6",
"proper-lockfile": "^4.1.2",
"pump": "^3.0.0",
"punycode": "^2.1.1",
"rdf-dereference": "^2.1.0",
"rdf-parse": "^2.3.2",
"rdf-serialize": "^2.2.2",
"rdf-string": "^1.6.3",
"rdf-terms": "^1.9.1",
"rdf-validate-shacl": "^0.4.5",
"sparqlalgebrajs": "^4.0.5",
"sparqljs": "^3.6.2",
"url-join": "^4.0.1",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"winston-transport": "^4.5.0",
"ws": "^8.13.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@inrupt/solid-client-authn-core": "1.14.0",
"@inrupt/solid-client-authn-node": "1.14.0",
"@microsoft/tsdoc-config": "^0.16.2",
"@tsconfig/node14": "^1.0.3",
"@types/cheerio": "^0.22.31",
"@types/jest": "^29.5.1",
"@types/set-cookie-parser": "^2.4.2",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"commit-and-tag-version": "^11.2.1",
"componentsjs-generator": "^3.1.0",
"eslint": "^8.21.0",
"eslint-config-es": "4.1.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-tsdoc": "^0.2.14",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^4.3.8",
"jest": "^29.5.0",
"jest-rdf": "^1.8.0",
"markdownlint-cli2": "^0.7.1",
"node-mocks-http": "^1.12.2",
"nodemon": "^3.0.1",
"set-cookie-parser": "^2.6.0",
"simple-git": "^3.18.0",
"supertest": "^6.3.3",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.24.6",
"typescript": "^5.0.4"
}
}