@rdfc/http-utils-processor-ts
Version:
HTTP util functions to be used within RDF-Connect
56 lines (55 loc) • 1.64 kB
JSON
{
"name": "@rdfc/http-utils-processor-ts",
"version": "0.1.2",
"description": "HTTP util functions to be used within RDF-Connect",
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
"test": "vitest run --coverage --coverage.include src",
"pretest": "tsc && tsc-alias",
"prepare": "husky",
"prepublishOnly": "npm run build"
},
"files": [
"lib/**/*",
"./processors.ttl"
],
"keywords": [
"HTTP",
"RDF-Connect"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rdf-connect/http-utils-processor-ts.git"
},
"author": "Jens Pots",
"devDependencies": {
"@rdfc/js-runner": "^1.0.0",
"@types/bun": "^1.2.2",
"@types/jsdom": "^21.1.7",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitest/coverage-v8": "^3.0.5",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"jsdom": "^26.0.0",
"prettier": "3.5.1",
"supertest": "^7.0.0",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"dependencies": {
"@node-oauth/express-oauth-server": "^4.1.2",
"@node-oauth/oauth2-server": "^5.2.0",
"cron": "^3.5.0",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"ts-node": "^10.9.2",
"winston": "^3.17.0"
}
}