package.json 462 B

123456789101112131415161718
  1. {
  2. "name": "ncore-ui-kit-example-web",
  3. "version": "1.0.0-pre-alpha.0",
  4. "main": "index.ts",
  5. "type": "commonjs",
  6. "private": true,
  7. "scripts": {
  8. "android": "react-native run-android",
  9. "ios": "react-native run-ios",
  10. "lint": "eslint .",
  11. "start": "react-native start",
  12. "web": "webpack serve --config ./webpack.config.js",
  13. "test": "jest"
  14. },
  15. "engines": {
  16. "node": ">= 22.11.0"
  17. }
  18. }