UNPKG

@rdfc/file-utils-processors-ts

Version:

File util functions to be used within the RDF-Connect ecosystem

60 lines (59 loc) 1.57 kB
{ "name": "@rdfc/file-utils-processors-ts", "version": "0.6.0", "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", "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": "^1.0.0", "adm-zip": "^0.5.16", "glob": "^11.0.1", "gunzip-maybe": "^1.4.2", "winston": "^3.17.0" }, "devDependencies": { "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.19.0", "@types/adm-zip": "^0.5.7", "@types/node": "^22.13.1", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", "@vitest/coverage-v8": "^3.0.5", "eslint": "^9.19.0", "eslint-config-prettier": "^10.0.1", "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": "^5.1.4", "vitest": "^3.0.5" } }