@jsvfs/types
Version:
Types for the JavaScript Virtual File System and adapters.
31 lines (30 loc) • 721 B
JSON
{
"name": "@jsvfs/types",
"version": "1.0.0",
"description": "Types for the JavaScript Virtual File System and adapters.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepack": "tsc",
"test": "tsc --noEmit"
},
"homepage": "https://github.com/ahuggins-nhs/jsvfs/tree/main/packages/types",
"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",
"typescript",
"types"
],
"license": "MIT",
"gitHead": "ef491e036b549ca1684d66bca9d15c08ff783c44"
}