UNPKG

stdinfile

Version:

`await file('').json(); await stdin().json()`; utilities for reading and writing files, as well as reading from stdin.

64 lines (63 loc) 1.34 kB
{ "name": "stdinfile", "version": "0.0.1", "description": "`await file('').json(); await stdin().json()`; utilities for reading and writing files, as well as reading from stdin.", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "types": "dist/index.d.ts", "main": "dist/index.cjs", "type": "module", "scripts": { "build": "./build.sh" }, "keywords": [ "ninhpham", "ReeganExE", "esbuild", "workers", "deno", "Response" ], "author": "Ninh Pham (ReeganExE)", "license": "ISC", "files": [ "dist" ], "devDependencies": { "@types/node": "^20.12.12", "eslint-config-relint-base": "^1.0.3", "typescript": "^5.4.5" }, "eslintConfig": { "extends": "relint-base", "ignorePatterns": [ "dist", "build" ], "rules": { "import/extensions": "off", "import/no-unresolved": "off" } }, "prettier": { "printWidth": 120, "singleQuote": true, "semi": true, "tabWidth": 2 }, "repository": { "type": "git", "url": "git+https://github.com/ReeganExE/stdinfile.git" }, "bugs": { "url": "https://github.com/ReeganExE/stdinfile/issues" }, "homepage": "https://github.com/ReeganExE/stdinfile#readme", "engines": { "node": ">=18" } }