@nativescript/ios
Version: 
NativeScript Runtime for iOS
47 lines • 1.3 kB
JSON
{
  "name": "@nativescript/ios",
  "description": "NativeScript Runtime for iOS",
  "version": "8.9.4",
  "keywords": [
    "NativeScript",
    "iOS",
    "runtime"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/NativeScript/ios"
  },
  "author": {
    "name": "NativeScript Team",
    "email": "oss@nativescript.org"
  },
  "directories": {},
  "files": [
    "**/*"
  ],
  "scripts": {
    "prepare": "husky",
    "apply-patches": "./apply_patches.sh",
    "build-v8-source": "./build_v8_source.sh",
    "build-v8-source-catalyst": "./build_v8_source_catalyst.sh",
    "build-ios": "node prepare-target ios && ./build_all_ios.sh",
    "build-vision": "node prepare-target visionos && ./build_all_vision.sh",
    "setup-ci": "./build_metadata_generator.sh",
    "update-version": "./update_version.sh",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "conventional-changelog-cli": "^2.1.1",
    "dayjs": "^1.11.7",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.7",
    "semver": "^7.5.0"
  },
  "lint-staged": {
    "{NativeScript,metadata-generator/src,TestFixtures}/**/*.{h,hpp,c,cpp,mm,m}": [
      "clang-format -i"
    ]
  }
}