package.json 758 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "safe-area-insets",
  3. "version": "1.4.1",
  4. "description": "Use javascript to get the safe area insets.",
  5. "main": "out/index.js",
  6. "types": "out/index.d.ts",
  7. "scripts": {
  8. "prepublish": "npm run build",
  9. "build": "tsc -p . && node build"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/zhetengbiji/safeAreaInsets.git"
  14. },
  15. "keywords": [
  16. "safari",
  17. "iphonex",
  18. "safeAreaInsets"
  19. ],
  20. "author": "Shengqiang Guo",
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/zhetengbiji/safeAreaInsets/issues"
  24. },
  25. "homepage": "https://github.com/zhetengbiji/safeAreaInsets#readme",
  26. "devDependencies": {
  27. "ts-loader": "^3.3.1",
  28. "typescript": "^2.9.1",
  29. "webpack": "^3.12.0"
  30. }
  31. }