UNPKG

@mnrendra/read-stacked-file

Version:

Read a file based on the stack trace from any subdirectory in your project.

34 lines (33 loc) 844 B
{ "name": "@mnrendra/read-stacked-file", "version": "2.0.1", "description": "Read a file based on the stack trace from any subdirectory in your project.", "private": false, "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/mnrendra/read-stacked-file.git" }, "author": { "name": "Muhammad Rendra", "email": "mnrendra@users.noreply.github.com", "url": "https://github.com/mnrendra" }, "license": "MIT", "bugs": { "url": "https://github.com/mnrendra/read-stacked-file/issues" }, "homepage": "https://github.com/mnrendra/read-stacked-file#readme", "dependencies": { "@mnrendra/stack-trace": "^2.1.0" }, "keywords": [ "read", "stacked", "file", "read-stacked-file", "stacked-file", "stack-trace" ] }