{
  "name": "@innet/native",
  "version": "0.0.21",
  "description": "Tools to build Mobile Application",
  "main": "index.js",
  "module": "index.es6.js",
  "esnext": "index.es6.js",
  "jsnext:main": "index.es6.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "innetjs release",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "release": "innetjs release -p",
    "patch": "innetjs patch",
    "minor": "innetjs minor",
    "major": "innetjs major"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/d8corp/innet-native.git"
  },
  "keywords": [
    "innet",
    "native",
    "mobile",
    "application",
    "front-end"
  ],
  "author": "Mikhail Lysikov <d8corp@mail.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/d8corp/innet-native/issues"
  },
  "homepage": "https://github.com/d8corp/innet-native",
  "dependencies": {
    "@innet/jsx": "^2.0.0-rc.3",
    "@innet/utils": "^2.0.3-beta.1",
    "@nativescript/core": "^9.0.4",
    "@watch-state/utils": "^0.0.2",
    "html-classes": "^2.0.2",
    "innet": "^2.0.1",
    "qs": "^6.14.0",
    "queue-nano-task": "^1.0.0",
    "sync-timer": "^1.0.1",
    "tslib": "^2.5.2",
    "watch-state": "^3.5.0-alpha.3"
  }
}