mirror of
https://github.com/yugasun/qrcode-decoder.git
synced 2026-08-13 12:41:37 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
17ced673e4 | ||
|
|
c236e43f21 |
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "qrcode-decoder",
|
"name": "qrcode-decoder",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"description": "Tool for decoding qrcode",
|
"description": "Tool for decoding qrcode",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"browser": "dist/index.min.js",
|
"browser": "dist/index.min.js",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts commonjs,esm,aio && npm run copy-file",
|
"build": "ts-node -P scripts/tsconfig.json scripts/bundle.ts commonjs,esm,aio && pnpm run dts && pnpm run copy-file",
|
||||||
"dts": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir './dist'",
|
"dts": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir './dist'",
|
||||||
"prettier": "prettier --check '**/*.{ts,tsx,md}' --config .prettierrc",
|
"prettier": "prettier --check '**/*.{ts,tsx,md}' --config .prettierrc",
|
||||||
"prettier:fix": "prettier --write '**/*.{ts,tsx,md}' --config .prettierrc",
|
"prettier:fix": "prettier --write '**/*.{ts,tsx,md}' --config .prettierrc",
|
||||||
|
|||||||
Reference in New Issue
Block a user