blob: 3be3123eeac069e94a8c9d820503d92fb9dc157b [file] [log] [blame]
{
"name": "@weex-cli/linker",
"version": "2.0.0-beta.32",
"description": "An abstract model framework for message resolve and dispatch",
"main": "index.js",
"scripts": {
"build": "npm run format && npm run clean && npm run compile",
"clean": "rm -rf ./lib",
"compile": "tsc -p ./",
"coverage": "jest --coverage",
"format": "tslint -p . --fix",
"lint": "tslint -p .",
"prepublish": "npm run test && npm run build && npm run lint",
"precommit": "lint-staged",
"snapupdate": "jest --updateSnapshot",
"test": "jest",
"test:watch": "jest --watch",
"watch": "tsc -watch -p ./"
},
"author": "Mario <faterrole@gmail.com>",
"keywords": [
""
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"devDependencies": {
"@types/cli-table2": "^0.2.1",
"@types/colors": "^1.2.1",
"@types/jest": "^22.2.3",
"@types/node": "^10.0.4",
"@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",
"prettier": "^1.14.0",
"ramdasauce": "^2.1.0",
"sinon": "^5.1.1",
"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"
]
},
"gitHead": "6a96f0d933fe71bd3210cc3201029fb31ea6879c",
"dependencies": {
"debug": "^4.1.1",
"invok": "^1.0.2",
"ipromise": "^1.0.2",
"uuid": "^3.3.2"
}
}