{
    "name": "tua-mp",
    "version": "0.8.4",
    "description": "🖖一款类 Vue 的渐进式小程序框架(A progressive miniprogram framework for coding like Vue)",
    "main": "examples/basic/utils/tua-mp.js",
    "module": "examples/basic/utils/tua-mp.esm.js",
    "files": [
        "src",
        "examples/basic/utils/tua-mp.js",
        "examples/basic/utils/tua-mp.esm.js"
    ],
    "scripts": {
        "cov": "open coverage/lcov-report/index.html",
        "codecov": "codecov",
        "test": "cross-env NODE_ENV=test jest",
        "test:tdd": "cross-env NODE_ENV=test jest --watch",
        "lint": "eslint --fix src/ test/",
        "build": "cross-env NODE_ENV=production rollup -c",
        "watch": "cross-env NODE_ENV=production rollup -c -w",
        "start": "npm run watch",
        "precommit": "lint-staged",
        "next:pm": "npm --no-git-tag-version version preminor",
        "next:pr": "npm --no-git-tag-version version prerelease",
        "pub": "npm run build && npm publish",
        "pub:n": "npm run build && npm publish --tag next"
    },
    "lint-staged": {
        "{src,test}/**/*.{js,vue}": [
            "npm run lint",
            "git add"
        ]
    },
    "jest": {
        "bail": true,
        "clearMocks": true,
        "setupFiles": [
            "./test/__mocks__/wxMock.js"
        ],
        "transform": {
            "^.+\\.js$": "babel-jest"
        },
        "collectCoverage": true,
        "collectCoverageFrom": [
            "src/**"
        ],
        "testPathIgnorePatterns": [
            "./examples/",
            "./test/__tests__/utils.js"
        ]
    },
    "eslintIgnore": [
        "package.json"
    ],
    "devDependencies": {
        "babel-core": "^7.0.0-bridge.0",
        "babel-jest": "^24.8.0",
        "codecov": "^3.5.0",
        "cross-env": "^5.2.0",
        "eslint": "^6.1.0",
        "jest": "^24.8.0",
        "rollup": "^1.19.4"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/tuateam/tua-mp.git"
    },
    "keywords": [
        "vue",
        "tua-mp",
        "mp",
        "wx",
        "miniprogram",
        "wxmp",
        "weapp"
    ],
    "author": "StEve Young",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/tuateam/tua-mp/issues"
    },
    "homepage": "https://github.com/tuateam/tua-mp#readme"
}
