@mock-filelist/filelist
Version:
This package is a mock generator of FileList and File type object.
70 lines • 1.67 kB
JSON
{
"name": "@mock-filelist/filelist",
"version": "0.0.1",
"description": "This package is a mock generator of FileList and File type object.",
"files": [
"dist",
"package.json",
"README.md",
"COPYING"
],
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js"
}
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=20.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Myxogastria0808/mock-filelist.git"
},
"keywords": [
"mock",
"File",
"FileList",
"zod",
"test",
"typescript"
],
"author": "Myxogastria0808",
"license": "MIT",
"bugs": {
"url": "https://github.com/Myxogastria0808/mock-filelist/issues"
},
"homepage": "https://myxogastria0808.github.io/mock-filelist/filelist/",
"dependencies": {
"typescript": "^5.8.3"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@vitest/coverage-v8": "^3.1.2",
"@vitest/ui": "^3.1.2",
"happy-dom": "^17.4.6",
"tsup": "^8.4.0",
"typedoc": "^0.28.3",
"typescript": "^5.8.3",
"vitest": "^3.1.2",
"zod": "^3.24.3"
},
"scripts": {
"build": "tsup",
"test": "vitest run --typecheck",
"pub": "pnpm publish --access=public",
"unpub": "pnpm unpublish dotenv-caster@${npm_config_v}",
"typedoc": "pnpm dlx typedoc",
"coverage": "vitest run --coverage --typecheck",
"ui": "vitest run --ui --typecheck"
}
}