package.json 409 B

12345678910111213141516171819
  1. {
  2. "name": "mappings",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.ts",
  6. "scripts": {
  7. "build": "tsc --build tsconfig.json",
  8. "postinstall": "tsc --build tsconfig.json"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "dependencies": {
  13. "@joystream/types": "^0.8.0",
  14. "@polkadot/api": "^1.14.1",
  15. "@polkadot/types": "^1.14.1",
  16. "log4js": "^6.2.1",
  17. "typeorm": "^0.2.24"
  18. }
  19. }