blob: 9e6477b871f9ff4b22cc2012681c7fd1cbbffa9a [file] [log] [blame]
{
"name": "@weex-cli/plugin",
"version": "2.0.0-beta.32",
"description": "Module for manage weex plugin and create plugin project",
"main": "index.js",
"scripts": {
"build": "yarn format && yarn clean && yarn compile",
"clean": "rm -rf ./lib",
"compile": "tsc -p ./",
"coverage": "jest --coverage",
"format": "prettier --write \"**/*.ts\" --loglevel error && tslint -p . --fix",
"lint": "tslint -p .",
"publish": "yarn build && yarn lint",
"precommit": "lint-staged",
"snapupdate": "jest --updateSnapshot",
"test": "jest",
"test:watch": "jest --watch",
"watch": "tsc -watch -p ./"
},
"publishConfig": {
"access": "public"
},
"author": "Mario <faterrole@gmail.com>",
"files": [
"lib/",
"commands"
],
"license": "MIT",
"dependencies": {
"colors": "^1.3.3",
"debug": "^4.1.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"merge": "^1.2.1",
"plist": "^3.0.1",
"tar": "^4.4.8",
"xcode": "^1.1.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/cli-table2": "^0.2.1",
"@types/colors": "^1.2.1",
"@types/jest": "^22.2.3",
"@types/node": "^10.0.4",
"@types/npm": "^2.0.29",
"@types/pluralize": "^0.0.28",
"@types/ramda": "^0.25.32",
"coveralls": "^3.0.1",
"expect": "^23.1.0",
"jest": "^23.1.0",
"lint-staged": "^7.1.3",
"np": "^3.0.4",
"prettier": "^1.14.0",
"ramdasauce": "^2.1.0",
"sinon": "^5.1.0",
"temp-write": "^3.4.0",
"ts-jest": "^22.4.6",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.13.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^3.0.1",
"unique-temp-dir": "^1.0.0"
},
"jest": {
"testEnvironment": "node",
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "(\\.|/)(test)\\.ts$",
"moduleFileExtensions": [
"ts",
"js",
"json",
"node"
]
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "all"
},
"lint-staged": {
"*.ts": [
"prettier --write",
"tslint --fix",
"git add"
],
"*.md": [
"prettier --write",
"git add"
],
"*.json": [
"prettier --write",
"git add"
]
},
"repository": {
"type": "git",
"url": "https://github.com/weexteam/weex-toolkit/issues"
},
"keywords": [
"plugin",
"weex-cli"
],
"pluginDependencies": {
"@weex-cli/compile": "latest",
"@weex-cli/generator": "latest"
},
"gitHead": "a0368eeb37e9e6165ab64e754b82f169b0582628"
}