@suxhk/sandpay-sdk
Version:
杉德全支付收银台 JS_SDK
69 lines (68 loc) • 1.77 kB
JSON
{
"name": "@suxhk/sandpay-sdk",
"version": "0.0.5",
"description": "杉德全支付收银台 JS_SDK",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"homepage": "https://www.sandpay.com.cn",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"sandpay",
"杉德",
"sandpay-sdk"
],
"author": {
"name": "SUXH",
"email": "ckcllo@163.com"
},
"license": "MIT",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"push": "npm publish",
"phtaobao": "npm config set registry http://registry.npmmirror.com",
"phnpm": "npm config set registry https://registry.npmjs.org",
"phget": "npm config get registry",
"dev": "rimraf dist && rollup -c -w",
"build": "rimraf dist && rollup -c",
"test": "node test/index.ts",
"pretest": "npm run build"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-typescript": "^8.0.0",
"@types/crypto-js": "^4.1.1",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^4.10.0",
"@typescript-eslint/parser": "^4.10.0",
"eslint": "^7.15.0",
"javascript-obfuscator": "^4.0.2",
"package-tls": "^1.2.2",
"path": "^0.12.7",
"rimraf": "^5.0.1",
"rollup": "^2.35.1",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-obfuscator": "^1.0.3",
"rollup-plugin-terser": "^7.0.2",
"ts-node": "^9.1.1",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
},
"dependencies": {
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"jsencrypt": "^3.3.2",
"uuid": "^9.0.0"
}
}