@infinex/infinex-stw-sdk
Advanced tools
Comparing version 0.1.1-3 to 0.1.1-4
{ | ||
"name": "@infinex/infinex-stw-sdk", | ||
"version": "0.1.1-3", | ||
"version": "0.1.1-4", | ||
"description": "A SDK to interact with Infinex SWT smart contracts", | ||
@@ -10,12 +10,2 @@ "main": "./dist/index.js", | ||
], | ||
"scripts": { | ||
"test": "jest", | ||
"dev": "tsc -p ./tsconfig.json --watch --inlineSourceMap", | ||
"build": "tsc -p ./tsconfig.json", | ||
"clean": "rm -rf ./dist/ && rm -rf ./src/deployments/", | ||
"lint": "eslint ./src/ --fix", | ||
"typecheck": "tsc --noEmit", | ||
"generate:sources": "node scripts/prepare-source-files.js", | ||
"generate": "pnpm clean && pnpm generate:sources" | ||
}, | ||
"repository": { | ||
@@ -36,3 +26,13 @@ "type": "git", | ||
"typescript": "^5.3.3" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"dev": "tsc -p ./tsconfig.json --watch --inlineSourceMap", | ||
"build": "tsc -p ./tsconfig.json", | ||
"clean": "rm -rf ./dist/ && rm -rf ./src/deployments/", | ||
"lint": "eslint ./src/ --fix", | ||
"typecheck": "tsc --noEmit", | ||
"generate:sources": "node scripts/prepare-source-files.js", | ||
"generate": "pnpm clean && pnpm generate:sources" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
307001