make-vfs
Version:
Easily make a virtual filesystem from a directory
44 lines (43 loc) • 999 B
JSON
{
"name": "make-vfs",
"version": "1.0.16",
"description": "Easily make a virtual filesystem from a directory",
"main": "dist/index.js",
"files": [
"dist"
],
"bin": "dist/cli.js",
"repository": "https://github.com/seveibar/make-vfs.git",
"scripts": {
"build": "tsup ./src --sourcemap --dts",
"test": "ava"
},
"keywords": [
"vfs",
"npm",
"package",
"node",
"typescript"
],
"author": "Severin Ibarluzea <os@seve.blog>",
"license": "ISC",
"devDependencies": {
"prettier": "^2.8.2",
"@types/mkdirp": "^1.0.2",
"@types/mock-fs": "^4.13.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
"@types/yargs": "^17.0.19",
"ava": "^5.1.0",
"esbuild": "^0.16.15",
"esbuild-register": "^3.4.2",
"esbuild-runner": "^2.2.2",
"glob": "^8.0.3",
"glob-promise": "^6.0.1",
"mkdirp": "^1.0.4",
"mock-fs": "^5.2.0",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"yargs": "^17.6.2"
}
}