mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: add simple body parser
This commit is contained in:
@@ -22,18 +22,23 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@rdfjs/data-model": "^1.1.2",
|
||||
"@types/n3": "^1.1.6",
|
||||
"@types/node": "^14.0.1",
|
||||
"@types/rdf-js": "^3.0.0"
|
||||
"@types/rdf-js": "^3.0.0",
|
||||
"n3": "^1.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^25.2.1",
|
||||
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
||||
"@typescript-eslint/parser": "^2.33.0",
|
||||
"arrayify-stream": "^1.0.0",
|
||||
"eslint": "^7.0.0",
|
||||
"eslint-config-es": "^3.19.61",
|
||||
"eslint-plugin-tsdoc": "^0.2.4",
|
||||
"husky": "^4.2.5",
|
||||
"jest": "^26.0.1",
|
||||
"jest-rdf": "^1.5.0",
|
||||
"streamify-array": "^1.0.1",
|
||||
"ts-jest": "^26.0.0",
|
||||
"typescript": "^3.9.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user