{
  "name": "alloy",
  "description": "TiDev Titanium MVC Framework",
  "keywords": [
    "titanium",
    "alloy",
    "mobile",
    "ios",
    "iphone",
    "android",
    "html5",
    "appc-client"
  ],
  "version": "3.0.0",
  "author": "TiDev, Inc. <npm@tidev.io>",
  "bugs": {
    "url": "https://github.com/tidev/alloy/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tidev/alloy.git"
  },
  "preferGlobal": true,
  "dependencies": {
    "@babel/code-frame": "^7.18.6",
    "@babel/core": "^7.19.6",
    "@babel/generator": "^7.20.0",
    "@babel/parser": "^7.20.0",
    "@babel/template": "^7.18.10",
    "@babel/traverse": "^7.18.15",
    "@babel/types": "^7.20.0",
    "@prantlf/jsonlint": "11.7.0",
    "@xmldom/xmldom": "^0.8.5",
    "async": "^3.2.4",
    "colors": "1.4.0",
    "commander": "^9.4.1",
    "ejs": "3.1.8",
    "fs-extra": "^10.1.0",
    "global-paths": "^1.0.0",
    "lodash": "^4.17.4",
    "moment": "2.30.1",
    "node.extend": "2.0.3",
    "pkginfo": "0.4.1",
    "resolve": "^1.22.1",
    "source-map": "^0.7.4",
    "walk-sync": "^3.0.0",
    "xml2tss": "0.0.5"
  },
  "license": "Apache-2.0",
  "bin": {
    "alloy": "./bin/alloy"
  },
  "scripts": {
    "test": "jake test:all",
    "lint": "eslint .",
    "release": "semantic-release"
  },
  "main": "./Alloy/alloy",
  "engines": {
    "node": ">=20.18.1"
  },
  "devDependencies": {
    "diff": "^5.1.0",
    "eslint": "^8.26.0",
    "jake": "^10.8.2"
  }
}
