{
    "name": "toolset.io",
    "version": "0.0.0-alpha.1",
    "description": "前端开发常用工具集。",
    "main": "framework/umd/toolset.io.js",
    "module": "framework/es/toolset.io.js",
    "typings": "framework/es/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/ztes/toolset.io.git"
    },
    "bugs": {
        "url": "https://github.com/ztes/toolset.io/issues"
    },
    "author": "ztes.com <xy@ztes.com>",
    "blog": "https://ztes.com",
    "keywords": [
        "工具集",
        "toolset"
    ],
    "license": "MIT",
    "scripts": {
        "build:pkg": "rollup --config rollup.config.js",
        "create": "tsc",
        "dev": "set NODE_ENV=developemnt&& rollup -c rollup.config.js -w",
        "build": "rollup -c rollup.config.js",
        "eslint:fix": "./node_modules/.bin/eslint --fix ./",
        "publish": "npm publish --access=public"
    },
    "devDependencies": {
        "@babel/core": "^7.18.6",
        "@babel/preset-env": "^7.15.8",
        "@rollup/plugin-json": "^6.0.0",
        "@types/flake-idgen": "^0.1.34",
        "@types/node": "^18.7.6",
        "@types/qs": "^6.9.7",
        "@types/webpack-env": "^1.17.0",
        "@typescript-eslint/eslint-plugin": "^5.59.2",
        "@typescript-eslint/parser": "^5.0.0",
        "core-js": "3",
        "eslint": "^8.17.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-define-config": "^1.5.0",
        "eslint-plugin-prettier": "^4.0.0",
        "prettier": "^2.8.8",
        "rollup": "^2.79.1",
        "rollup-plugin-babel": "^4.4.0",
        "rollup-plugin-commonjs": "^10.1.0",
        "rollup-plugin-copy": "^3.5.0",
        "rollup-plugin-dts": "^4.2.2",
        "rollup-plugin-eslint": "^7.0.0",
        "rollup-plugin-node-resolve": "^5.2.0",
        "rollup-plugin-typescript": "^1.0.1",
        "rollup-plugin-typescript2": "^0.31.1",
        "rollup-plugin-uglify": "^6.0.4",
        "typescript": "^4.9.4"
    },
    "files": [
        "/framework",
        "README.md",
        "index.d.ts"
    ]
}
