@snowflake-so/safe-apps-sdk
Version:
Snowflake Safe Apps SDK - Integrate with Snowflake Safe operating system
51 lines (50 loc) • 1.32 kB
JSON
{
"name": "@snowflake-so/safe-apps-sdk",
"version": "1.1.9",
"description": "Snowflake Safe Apps SDK - Integrate with Snowflake Safe operating system",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build:prod": "yarn rimraf dist && tsc -p src && yarn uglify",
"build": "yarn rimraf dist && tsc -p src",
"watch": "tsc -w -p src",
"prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"prepublish": "tsc -p src",
"test": "jest",
"uglify": "npx uglifyjs-folder dist -eo dist -x .js"
},
"files": [
"/dist"
],
"keywords": [
"Snowflake",
"solana",
"multisig",
"integration",
"sdk",
"apps"
],
"author": "team@snowflake.so",
"repository": {
"type": "git",
"url": "https://github.com/snowflake-so/safe-apps-sdk"
},
"license": "ISC",
"dependencies": {
"@solana/wallet-adapter-base": "^0.9.5",
"rimraf": "^3.0.2",
"ts-node": "^10.8.1",
"uglifyjs-folder": "^3.0.0"
},
"devDependencies": {
"@solana/web3.js": "^1.44.0",
"@types/jest": "^28.1.1",
"@types/node": "^17.0.42",
"@types/node-fetch": "^2.6.2",
"typescript": "^4.7.3"
},
"peerDependencies": {
"@solana/web3.js": "^1.44.0"
},
"gitHead": "188ba7599127cb3cd200a81f394851951f69943c"
}