UNPKG

@jsvfs/core

Version:

The JavaScript Virtual File System - an extensible engine for file operations.

38 lines (37 loc) 896 B
{ "name": "@jsvfs/core", "version": "1.0.0", "description": "The JavaScript Virtual File System - an extensible engine for file operations.", "main": "index.js", "files": [ "src/**/*.d.ts", "src/**/*.js", "index.d.ts", "index.js" ], "scripts": { "prepack": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "https://github.com/ahuggins-nhs/jsvfs/tree/main/packages/core", "repository": { "type": "git", "url": "git@github.com:ahuggins-nhs/jsvfs.git" }, "publishConfig": { "access": "public" }, "author": "Aaron Huggins <aaron.huggins@gmail.com>", "keywords": [ "jsvfs", "vfs", "virtual file system", "file system" ], "license": "MIT", "dependencies": { "@jsvfs/adapter-noop": "^1.0.0", "@jsvfs/types": "^1.0.0" }, "gitHead": "ef491e036b549ca1684d66bca9d15c08ff783c44" }