PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/algosdk

Просмотр файла: package.json

{
  "name": "algosdk",
  "version": "1.23.1",
  "description": "The official JavaScript SDK for Algorand",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "browser": "dist/browser/algosdk.min.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist/"
  ],
  "directories": {
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/algorand/js-algorand-sdk.git"
  },
  "dependencies": {
    "algo-msgpack-with-bigint": "^2.1.1",
    "buffer": "^6.0.2",
    "cross-fetch": "^3.1.5",
    "hi-base32": "^0.5.1",
    "js-sha256": "^0.9.0",
    "js-sha3": "^0.8.0",
    "js-sha512": "^0.8.0",
    "json-bigint": "^1.0.0",
    "tweetnacl": "^1.0.3",
    "vlq": "^2.0.4"
  },
  "devDependencies": {
    "@types/json-bigint": "^1.0.0",
    "@types/mocha": "^8.2.2",
    "@types/url-parse": "^1.4.3",
    "@typescript-eslint/eslint-plugin": "^4.26.1",
    "@typescript-eslint/parser": "^4.26.1",
    "assert": "^2.0.0",
    "chromedriver": "^101.0.0",
    "concurrently": "^6.2.0",
    "coveralls": "^3.1.0",
    "cucumber": "^5.1.0",
    "es-abstract": "^1.18.3",
    "eslint": "^7.21.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-tsdoc": "^0.2.11",
    "express": "^4.17.1",
    "geckodriver": "^3.0.1",
    "husky": "^4.3.8",
    "lint-staged": "^10.5.4",
    "mocha": "^9.0.0",
    "mocha-lcov-reporter": "^1.3.0",
    "mock-http-server": "^1.4.3",
    "prettier": "2.2.1",
    "selenium-webdriver": "^4.2.0",
    "source-map-loader": "^2.0.2",
    "ts-loader": "^9.3.1",
    "ts-node": "^10.9.1",
    "typedoc": "^0.23.8",
    "typedoc-plugin-missing-exports": "^0.23.0",
    "typedoc-plugin-rename-defaults": "^0.6.4",
    "typescript": "^4.7.4",
    "webpack": "^5.38.1",
    "webpack-cli": "^4.7.2"
  },
  "scripts": {
    "test": "node -r ts-node/register tests/mocha.js",
    "prepare": "npm run build",
    "prepare-browser-tests": "npm run build && mkdir -p tests/cucumber/browser/build && cp dist/browser/algosdk.min.* tests/cucumber/browser/build/ && webpack --config tests/cucumber/browser/webpack.config.js",
    "build": "concurrently \"webpack --config webpack.config.js\" \"tsc -p tsconfig-esm.json\" \"tsc -p tsconfig-cjs.json\"",
    "docs": "typedoc --options typedoc.config.json",
    "docs:dev": "typedoc --options typedoc.config.json --watch --preserveWatchOutput",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "format": "prettier --write .",
    "example": "ts-node"
  },
  "author": "Algorand, llc",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!