{
  "name": "@tdallau/nativescript",
  "description": "some helper functions for nativescript",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "jsnext:main": "build/index.es.js",
  "scripts": {
    "build": "rollup -c",
    "lint": "standard",
    "format": "prettier-standard --format",
    "test": "jest --coverage"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "Types",
    "Option",
    "Either",
    "Func",
    "Action"
  ],
  "author": "tdallau",
  "repository": "https://github.com/Tdallau/npm-packages.git",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^26.0.22",
    "jest": "^26.6.3",
    "rollup": "^2.44.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.30.0",
    "standard": "^16.0.3",
    "standard-prettier": "^1.0.1",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.4"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node"
  },
  "standard": {
    "ignore": [
      "node_modules/",
      "build/"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@nativescript/core": "^8.0.1",
    "@tdallau/helpers": "^0.0.26"
  },
  "version": "0.0.26",
  "gitHead": "cd34c88c1219126d431513debd503712b71c40f7"
}
