@metaspacecy/information-sdk
Version:
Metaspacecy Information SDK
75 lines (74 loc) • 2.24 kB
JSON
{
"name": "information-sdk-move",
"description": "Information SDK Move",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"scripts": {
"prepack": "pnpm build",
"build": "pnpm build:clean && pnpm _build:node && pnpm _build:browser",
"build:clean": "rm -rf dist",
"_build:browser": "tsup --platform browser --format iife --global-name metaspacecySDK --minify",
"_build:node": "tsup --format cjs,esm --dts",
"lint": "eslint \"**/*.ts\"",
"test": "jest",
"fmt": "pnpm _fmt --write",
"fmt:check": "pnpm _fmt --check",
"cov:clean": "rm -rf coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/MetaSpacecy/prediction-aptos-sdk.git"
},
"homepage": "https://github.com/MetaSpacecy/prediction-aptos-sdk",
"bugs": {
"url": "https://github.com/MetaSpacecy/prediction-aptos-sdk/issues"
},
"author": "Bekh-nam <bekhnam2021@gmail.com>, toan.vo24122000 <space.vtoan@gmail.com>",
"keywords": [
"metaspacecy",
"Prediction",
"Aptos",
"Move"
],
"dependencies": {
"@aptos-labs/wallet-adapter-core": "^2.1.0",
"aptos": "^1.8.5",
"axios": "^1.4.0",
"js-sha256": "^0.9.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/lodash": "^4.14.194",
"@types/node": "18.6.2",
"@typescript-eslint/eslint-plugin": "5.36.2",
"@typescript-eslint/parser": "5.36.2",
"dotenv": "16.0.2",
"eslint": "8.23.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"jest": "28.1.3",
"openapi-typescript-codegen": "https://github.com/aptos-labs/openapi-typescript-codegen/releases/download/v0.24.0-p1/openapi-typescript-codegen-v0.24.0-p1.tgz",
"prettier": "2.6.2",
"ts-jest": "28.0.8",
"ts-loader": "9.3.1",
"ts-node": "10.9.1",
"tsup": "6.2.3",
"typedoc": "^0.23.20",
"typescript": "4.8.2"
},
"version": "1.2.9"
}