UNPKG

sfs-file-type

Version:

File type mappings for SFS

29 lines (28 loc) 619 B
{ "name": "sfs-file-type", "version": "1.0.22", "description": "File type mappings for SFS", "author": "brokeboiflex", "keywords": [ "sfs" ], "type": "module", "source": "src/index.ts", "main": "./dist/index.cjs", "module": "./dist/index.esm.js", "unpkg": "./dist/index.umd.js", "types": "./dist/index.d.ts", "exports": { "import": "./dist/index.esm.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "scripts": { "build": "microbundle", "dev": "microbundle watch" }, "license": "ISC", "devDependencies": { "microbundle": "^0.15.1" } }