remove js-base64 dep, add ygomobile deck code
Showing
... | ... | @@ -7,8 +7,8 @@ |
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"lint": "eslint --fix .", | ||
"compile:cjs": "esbuild index.ts --outfile=dist/index.cjs --bundle --sourcemap --platform=node --target=es2019 --external:js-base64", | ||
"compile:esm": "esbuild index.ts --outfile=dist/index.mjs --bundle --sourcemap --platform=neutral --target=esnext --external:js-base64", | ||
"compile:cjs": "esbuild index.ts --outfile=dist/index.cjs --bundle --sourcemap --platform=node --target=es2019", | ||
"compile:esm": "esbuild index.ts --outfile=dist/index.mjs --bundle --sourcemap --platform=neutral --target=esnext", | ||
"compile:types": "tsc --emitDeclarationOnly --declaration", | ||
"build": "rimraf dist && npm run compile:cjs && npm run compile:esm && npm run compile:types", | ||
"test": "jest --passWithNoTests", | ||
... | ... | @@ -57,8 +57,5 @@ |
"rimraf": "^4.1.2", | ||
"ts-jest": "^29.0.5", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"js-base64": "^3.7.5" | ||
} | ||
} |
src/base64.ts
0 → 100644
src/ygom.ts
0 → 100644
Please register or sign in to comment