generated from rdf-connect/template-processor-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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
48
{
"name": "@rdfc/blank-to-named-node-identifiers-processor-ts",
"version": "1.0.1",
"description": "rdf-connect processor to map entities with blank node identifiers to equivalents with named node identifiers",
"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/blank-to-named-node-identifiers-processor-ts"
},
"author": "Ieben Smessaert",
"license": "MIT",
"devDependencies": {
"@rdfc/js-runner": "^0.2.2",
"@rdfjs/types": "^1.1.2",
"@types/rdf-ext": "^2.5.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^1.6.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"dependencies": {
"@rdfjs/serializer-turtle": "^1.1.4",
"rdf-ext": "^2.5.2",
"uuid": "^10.0.0",
"winston": "^3.17.0"
}
}