UNPKG

samo-bas-ran

Version:
54 lines (53 loc) 1.31 kB
{ "name": "samo-bas-ran", "version": "0.1.82", "description": "Rango Exchange Types", "main": "lib/index.js", "type": "module", "types": "lib", "repository": { "type": "git", "url": "git+https://github.com/samobasquiat/rango-type.git" }, "homepage": "https://github.com/samobasquiat/rango-type", "bugs": { "url": "https://github.com/samobasquiat/rango-type/issues" }, "scripts": { "clean": "rm -rf lib", "test": "jest --config jestconfig.json", "build": "tsc", "lint": "eslint */**/*.{js,ts} --quiet --fix", "semantic-release": "semantic-release", "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc" }, "keywords": [ "Rango Exchange", "SDK", "Cross-Chain", "Multi-Chain" ], "files": [ "lib/**/*", "src" ], "author": "behzad", "license": "GPL-3.0", "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/parser": "^5.9.1", "eslint": "^8.33.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prettier": "^4.2.1", "prettier": "^2.8.3", "typescript": "^4.9.4" }, "dependencies": {}, "publishConfig": { "access": "public", "branches": [ "master" ] } }