UNPKG

web-common-util

Version:
73 lines (72 loc) 1.72 kB
{ "name": "web-common-util", "version": "1.0.0", "description": "tree util", "main": "lib/index.js", "module": "lib/index.es.js", "typings": "lib/index.d.ts", "files": [ "lib/", "README.md", "LICENSE" ], "scripts": { "test": "jest", "build": "rollup -c", "precommit": "npm run test && lint-staged" }, "repository": { "type": "git", "url": "https://github.com/qiutian00/tree-util" }, "keywords": [ "web-util", "treeToArray", "treeFromArray", "findChildren " ], "author": "lala", "license": "MIT", "husky": { "hooks": { "pre-commit": "npm run precommit" } }, "lint-staged": { "src/*.ts": [ "eslint --fix", "git add" ] }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/plugin-transform-runtime": "^7.12.10", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-node-resolve": "^11.0.1", "@rollup/plugin-replace": "^2.3.4", "@types/jest": "^26.0.19", "@types/react": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.11.0", "@typescript-eslint/parser": "^4.11.0", "babel-jest": "^26.6.3", "eslint": "^7.16.0", "eslint-plugin-prettier": "^3.3.0", "eslint-plugin-react": "^7.21.5", "husky": "^4.3.6", "jest": "^26.6.3", "lint-staged": "^10.5.3", "memoize-one": "^5.1.1", "prettier": "^2.2.1", "rollup": "^2.35.1", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.29.0", "tree-model": "^1.0.7", "ts-node": "^9.1.1", "typescript": "^4.1.3" }, "dependencies": { "@babel/runtime": "^7.12.5" } }