PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@solana/spl-stake-pool
Просмотр файла: package.json
{
"name": "@solana/spl-stake-pool",
"version": "1.1.8",
"description": "SPL Stake Pool Program JS API",
"keywords": [],
"contributors": [
"Solana Labs Maintainers <maintainers@solanalabs.com>",
"Lieu Zheng Hong",
"mFactory Team (https://mfactory.ch/)",
"SolBlaze <contact@solblaze.org> (https://solblaze.org/)"
],
"homepage": "https://solana.com",
"repository": {
"type": "git",
"url": "https://github.com/solana-labs/solana-program-library"
},
"publishConfig": {
"access": "public"
},
"browser": {
"./dist/index.cjs.js": "./dist/index.browser.cjs.js",
"./dist/index.esm.js": "./dist/index.browser.esm.js"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"files": [
"/dist",
"/src"
],
"license": "ISC",
"dependencies": {
"@solana/buffer-layout": "^4.0.1",
"@solana/spl-token": "0.4.9",
"@solana/web3.js": "^1.95.3",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"buffer-layout": "^1.2.2",
"superstruct": "^2.0.2"
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/bn.js": "^5.1.6",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"jest": "^29.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"jest": {
"moduleFileExtensions": [
"js",
"json",
"ts"
],
"rootDir": ".",
"transform": {
"^.+\\.(t|j)s$": "ts-jest"
},
"testRegex": ".*\\.test\\.ts$",
"testEnvironment": "node"
},
"scripts": {
"build": "tsc && cross-env NODE_ENV=production rollup -c",
"build:program": "cargo build-sbf --manifest-path=../program/Cargo.toml",
"lint": "eslint --max-warnings 0 .",
"lint:fix": "eslint . --fix",
"test": "jest",
"clean": "rimraf ./dist"
}
}Выполнить команду
Для локальной разработки. Не используйте в интернете!