univ-fs-webnfs
Version:
The universal Filesystem for Web File System Access API (Native File System API)
56 lines (55 loc) • 1.6 kB
JSON
{
"name": "univ-fs-webnfs",
"version": "0.10.1",
"description": "The universal Filesystem for Web File System Access API (Native File System API)",
"main": "lib/index.js",
"browser": "dist/univ-fs-webnfs.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"files": [
"lib",
"dist"
],
"keywords": [
"fs",
"filesystem",
"storage",
"isomorphic",
"universal",
"native",
"access",
"api"
],
"scripts": {
"clean": "rimraf ./lib ./dist ./tsconfig.tsbuildinfo",
"compile-lib": "tsc --module ES2020 --outDir lib",
"build": "npm-run-all clean compile-lib",
"webpack": "webpack",
"webpack-test": "webpack --config webpack.config.test.js",
"web-open": "opener SpecRunner.html",
"web-test": "npm-run-all compile-lib webpack-test web-open",
"npm-publish-dry-run": "npm publish --dry-run",
"npm-publish": "npm publish",
"sanitize": "rimraf ./lib/**/__tests__/",
"release-dry-run": "npm-run-all build sanitize webpack npm-publish-dry-run",
"release": "npm-run-all build sanitize webpack npm-publish"
},
"devDependencies": {
"@types/wicg-file-system-access": "^2020.9.5",
"opener": "^1.5.2",
"univ-fs": "file:../../core"
},
"peerDependencies": {
"univ-conv": "~0.10.0"
},
"author": "Yoshihiro Seki",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nikochan2k/universal-fs.git"
},
"bugs": {
"url": "https://github.com/nikochan2k/universal-fs/issues"
},
"homepage": "https://github.com/nikochan2k/universal-fs#readme"
}