@omni-door/tpl-component-library-react
Version:
The React component-library-react project template
64 lines (63 loc) • 1.86 kB
JSON
{
"name": "@omni-door/tpl-component-library-react",
"version": "0.5.4",
"description": "The React component-library-react project template",
"bin": {
"omni-component-library-react": "./bin/omni-door-component-library-react.js"
},
"keywords": [
"template",
"component-library-react",
"omni",
"omni-door"
],
"author": "bobby.li <bobby.lhan@gmail.com>",
"homepage": "https://github.com/omni-door/tpls/tree/master/packages/tpl-component-library-react#readme",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "src/**/__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/omni-door/tpls.git"
},
"scripts": {
"test": "nyc mocha --opts mocha.opts",
"lint": "eslint src/ --ext .ts --ext .tsx",
"lint:fix": "eslint src/ --ext .ts --ext .tsx --fix",
"build": "npm run build:rm && npm run build:tsc",
"build:rm": "rm -rf lib/*",
"build:tsc": "tsc --build",
"build:branch": "../../scripts/branch.sh",
"build:version": "../../scripts/version.sh",
"release": "npm run build:branch master TPL-COMPONENT-LIBRARY-REACT && npm run build && npm run build:version TPL-COMPONENT-LIBRARY-REACT",
"upgrade:utils": "yarn upgrade @omni-door/utils@latest"
},
"bugs": {
"url": "https://github.com/omni-door/tpls/issues"
},
"dependencies": {
"@omni-door/utils": "^0.1.18"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.2",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.1.1",
"nyc": "^15.0.1",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
}
}