@protonsale/sdk
Version:
Proton Sale SDK
78 lines (77 loc) • 2.28 kB
JSON
{
"name": "@protonsale/sdk",
"description": "Proton Sale SDK",
"license": "Apache-2.0",
"engines": {
"node": ">=11.0.0"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc -p .",
"deploy": "ts-node src/deploy.ts",
"airdrop": "ts-node src/airdrop.ts",
"lint": "eslint \"**/*.ts\"",
"test": "jest --setupFiles dotenv/config",
"_fmt": "prettier 'src/**/*.ts' 'examples/**/*.js' 'examples/**/*.ts' '.eslintrc.js'",
"fmt": "yarn _fmt --write",
"fmt:check": "yarn _fmt --check",
"cov:clean": "rm -rf coverage",
"changelog": "standard-version --skip.bump --skip.commit --skip.tag",
"generate-client": "openapi -i ../../../api/doc/v1/spec.yaml -o ./src/generated -c axios --name AptosGeneratedClient --exportSchemas true",
"checked-publish": "./checked_publish.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/0xmodule/proton-sale.git"
},
"homepage": "https://github.com/0xmodule/proton-sale",
"bugs": {
"url": "https://github.com/0xmodule/proton-sale/issues"
},
"author": "protonsale.io",
"keywords": [
"Aptos",
"Proton Sale",
"Move"
],
"dependencies": {
"aptos": "^1.3.13",
"axios": "^0.27.2",
"bignumber.js": "^9.1.0",
"buffer": "^6.0.3",
"fs": "^0.0.1-security",
"js-sha3": "^0.8.0",
"lodash": "^4.17.21",
"tweetnacl": "^1.0.3",
"typescript-memoize": "^1.1.0",
"uuid": "^9.0.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.6.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"dotenv": "^16.0.3",
"eslint": "^7.32.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.25.4",
"jest": "^28.1.3",
"openapi-typescript-codegen": "^0.23.0",
"prettier": "^2.6.2",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"version": "1.1.16"
}