@rdfc/file-utils-processors-ts
Version:
File util functions to be used within the RDF-Connect ecosystem
65 lines (64 loc) • 1.9 kB
JSON
{
"name": "@rdfc/file-utils-processors-ts",
"version": "1.0.3",
"description": "File util functions to be used within the RDF-Connect ecosystem",
"type": "module",
"scripts": {
"build": "tsc && tsc-alias",
"prepublishOnly": "tsc",
"test": "vitest run --coverage --coverage.include src",
"prepare": "husky",
"watch": "tsc -w"
},
"files": [
"lib/**/*",
"./processors.ttl"
],
"keywords": [
"Files",
"RDF-Connect"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rdf-connect/file-utils-processors-ts.git"
},
"author": "Julián Rojas",
"contributors": [
"Arthur Vercruysse",
"Ieben Smessaert"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-connect/file-utils-processors-ts/issues"
},
"homepage": "https://github.com/rdf-connect/file-utils-processors-ts#readme",
"dependencies": {
"@rdfc/js-runner": "^3.0.1",
"adm-zip": "^0.5.16",
"glob": "^13.0.0",
"gunzip-maybe": "^1.4.2",
"winston": "^3.19.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@types/adm-zip": "^0.5.7",
"@types/n3": "^1.26.1",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"@vitest/coverage-v8": "^4.0.16",
"husky": "^9.1.7",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"lint-staged": "^16.2.7",
"n3": "^1.26.0",
"prettier": "^3.7.4",
"rdf-lens": "^1.3.6",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.16",
"typescript": "^5.9.3",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
}
}