random-access-file-promises
Version:
TypeScript wrapper of random-access-file library with added Promise support
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "random-access-file-promises",
"version": "0.3.0",
"description": "TypeScript wrapper of random-access-file library with added Promise support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "jest",
"lint": "npx eslint src"
},
"devDependencies": {
"@types/jest": "28.1.1",
"@types/node": "18.14.2",
"@typescript-eslint/eslint-plugin": "6.16.0",
"@typescript-eslint/parser": "6.16.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"ts-jest": "^28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"random-access-file": "4.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewyakovenko/random-access-file-promises.git"
},
"keywords": [
"lowlevel",
"async",
"io",
"fileio"
],
"author": "Andrew Yakovenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrewyakovenko/random-access-file-promises/issues"
},
"homepage": "https://github.com/andrewyakovenko/random-access-file-promises#readme"
}