generated from rdf-connect/template-processor-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@rdfc/buffer-processor-ts",
"version": "1.1.1",
"description": "A processor to buffer data for the RDF Connect framework.",
"type": "module",
"main": "lib/index.js",
"files": [
"lib/**/*",
"processor.ttl"
],
"scripts": {
"build": "tsc && tsc-alias",
"test": "vitest run --coverage --coverage.include src",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-connect/buffer-processor-ts"
},
"author": "Ieben Smessaert",
"license": "MIT",
"devDependencies": {
"@rdfc/file-utils-processors-ts": "^0.5.6",
"@rdfc/js-runner": "^0.2.2",
"@rdfc/log-processor-ts": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^1.6.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"ldes-client": "^0.0.15",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"rdf-js": "^4.0.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"dependencies": {
"queue-fifo": "^0.2.6",
"winston": "^3.17.0"
}
}