| 123456789101112131415161718 |
- {
- "name": "ncore-ui-kit-example-web",
- "version": "1.0.0-pre-alpha.0",
- "main": "index.ts",
- "type": "commonjs",
- "private": true,
- "scripts": {
- "android": "react-native run-android",
- "ios": "react-native run-ios",
- "lint": "eslint .",
- "start": "react-native start",
- "web": "webpack serve --config ./webpack.config.js",
- "test": "jest"
- },
- "engines": {
- "node": ">= 22.11.0"
- }
- }
|