Urara-Blog/node_modules/.pnpm-store/v3/files/09/ff588c1ac7ae168fe656051800e44592ac72eb425ef2b8b7b5394400d3aff2053c141e7112613e1a57b334ca0211347c2858e11894fcba0d2493f2ac667907
2022-08-14 01:14:53 +08:00

59 lines
1.5 KiB
Text

{
"name": "idb",
"version": "7.0.2",
"description": "A small wrapper that makes IndexedDB usable",
"main": "./build/index.cjs",
"module": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"module": "./build/index.js",
"import": "./build/index.js",
"default": "./build/index.cjs"
},
"./with-async-ittr": {
"types": "./with-async-ittr.d.ts",
"module": "./with-async-ittr.js",
"import": "./with-async-ittr.js",
"default": "./with-async-ittr.cjs"
},
"./build/*": "./build/*",
"./package.json": "./package.json"
},
"files": [
"build/**",
"with-*",
"CHANGELOG.md"
],
"type": "module",
"scripts": {
"build": "PRODUCTION=1 rollup -c && node --experimental-modules lib/size-report.mjs",
"dev": "rollup -c --watch",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/jakearchibald/idb.git"
},
"author": "Jake Archibald",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/chai": "^4.2.22",
"@types/estree": "^0.0.51",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"conditional-type-checks": "^1.0.5",
"del": "^6.0.0",
"filesize": "^9.0.8",
"glob": "^8.0.3",
"mocha": "^10.0.0",
"prettier": "^2.4.1",
"rollup": "^2.75.6",
"rollup-plugin-terser": "^7.0.2",
"tsd": "^0.21.0",
"typescript": "^4.7.3"
}
}