package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "joystream-testing",
  3. "version": "0.1.0",
  4. "license": "GPL-3.0-only",
  5. "scripts": {
  6. "build": "tsc --build tsconfig.json",
  7. "test": "tap --files src/iznik/tests/proposals/*Test.ts --files src/iznik/tests/workingGroup/*Test.ts -T",
  8. "test-migration-constantinople": "tap --files src/rome/tests/romeRuntimeUpgradeTest.ts --files src/constantinople/tests/electingCouncilTest.ts -T",
  9. "test-migration-nicaea": "tap --files src/constantinople/tests/proposals/updateRuntimeTest.ts --files src/nicaea/tests/electingCouncilTest.ts -T",
  10. "debug": "tap --files src/iznik/tests/proposals/manageLeaderRoleTest.ts -T",
  11. "lint": "eslint . --quiet --ext .ts",
  12. "checks": "yarn lint && tsc --noEmit --pretty && prettier ./ --check",
  13. "format": "prettier ./ --write "
  14. },
  15. "dependencies": {
  16. "@constantinople/types@npm:@joystream/types": "^0.10.0",
  17. "@nicaea/types@npm:@joystream/types": "^0.12.0",
  18. "@alexandria/types": "link:../../types",
  19. "@polkadot/api": "^0.96.1",
  20. "@polkadot/keyring": "^1.7.0-beta.5",
  21. "@rome/types@npm:@joystream/types": "^0.7.0",
  22. "@types/bn.js": "^4.11.5",
  23. "bn.js": "^4.11.8",
  24. "dotenv": "^8.2.0",
  25. "fs": "^0.0.1-security",
  26. "uuid": "^7.0.3"
  27. },
  28. "devDependencies": {
  29. "@polkadot/ts": "^0.3.14",
  30. "@types/chai": "^4.2.11",
  31. "@types/tap": "^14.10.0",
  32. "@types/uuid": "^7.0.2",
  33. "chai": "^4.2.0",
  34. "prettier": "2.0.2",
  35. "tap": "^14.10.7",
  36. "ts-node": "^8.8.1",
  37. "typescript": "^3.8.3"
  38. }
  39. }