fsl-authorization
Version:
## What id FSL ID
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "fsl-authorization",
"version": "1.1.1-beta.61",
"description": "## What id FSL ID",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "release-it",
"commit": "git-cz",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/fslid/fsl-js-sdk.git"
},
"keywords": [
"jssdk"
],
"author": "xiaxuhui",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/fslid/fsl-js-sdk/-/issues"
},
"dependencies": {
"@ethersproject/bytes": "^5.7.0",
"@solana/web3.js": "^1.95.5",
"ethers": "5.7.2",
"lodash": "^4.17.21",
"tslib": "^2.8.0",
"uuid": "^11.0.2"
},
"peerDependencies": {
"axios": "^1.8.4"
},
"devDependencies": {
"@release-it/conventional-changelog": "^9.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.8.1",
"git-cz": "^4.9.0",
"install": "^0.13.0",
"release-it": "^17.9.0",
"rollup": "^4.24.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.6.3"
},
"homepage": "https://gitlab.com/fslid/fsl-js-sdk#readme",
"directories": {
"lib": "lib"
}
}