package.json 318 B

12345678910111213
  1. {
  2. "name": "ncore-ui-kit-example-mobile",
  3. "version": "1.0.0-pre-alpha.0",
  4. "main": "index.ts",
  5. "type": "commonjs",
  6. "scripts": {
  7. "start": "expo start",
  8. "android": "expo start --android",
  9. "ios": "expo start --ios",
  10. "web": "expo start --web"
  11. },
  12. "private": true
  13. }