triviality-react
Version:
Exposes triviality service container to react components
75 lines (74 loc) • 2.38 kB
JSON
{
"name": "triviality-react",
"private": false,
"version": "0.0.2",
"description": "Exposes triviality service container to react components",
"main": "index.js",
"types": "index.js",
"scripts": {
"publish-build": "rm -fr build && yarn create-docs && yarn copy-config-files && cd build && yarn tsc && yarn publish && cd -",
"watch": "tsc --watch",
"test": "npm-run-all --parallel jest-coverage tslint jscpd tsc",
"jest": "jest",
"tsc": "tsc",
"stryker": "stryker run",
"jest-coverage": "jest --coverage",
"tslint-fix": "tslint --fix --project tsconfig.json",
"tslint": "tslint --project tsconfig.json",
"jscpd": "jscpd --limit=-1",
"jest-badges": "yarn jest-coverage && jest-coverage-badges",
"create-container-types": "ts-node src/cli/createContainerTypes.ts",
"create-docs": "ts-node docs/build.ts",
"copy-config-files": "yarn cpy '(package.json|README.md|LICENSE|.npmignore|assets)' build/. && cp tsconfig.build.json build/tsconfig.json && cp -r src build/."
},
"repository": {
"type": "git",
"url": "https://github.com/epinxteren/triviality-react.git"
},
"keywords": [
"typescript",
"react",
"triviality",
"ts-log",
"log4js",
"node-bunyan"
],
"author": "Eric Pinxteren",
"license": "MIT",
"bugs": {
"url": "https://github.com/epinxteren/triviality-react/issues"
},
"homepage": "https://github.com/epinxteren/triviality-react#README",
"devDependencies": {
"@types/jest": "^22.1.0",
"@types/node": "^9.3.0",
"@types/react-test-renderer": "^16.0.3",
"child-process-promise": "^2.2.1",
"cpy-cli": "^2.0.0",
"jest": "^23.5.0",
"jest-coverage-badges": "^1.0.0",
"jscpd": "^0.6.17",
"markdown-include": "^0.4.3",
"npm-run-all": "^4.1.3",
"react-test-renderer": "^16.7.0",
"stryker": "^0.29.2",
"stryker-api": "^0.21.1",
"stryker-html-reporter": "^0.16.2",
"stryker-jest-runner": "^1.2.1",
"stryker-typescript": "^0.14.1",
"ts-jest": "^23.1.3",
"ts-node": "^7.0.1",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.9.2",
"tslint-loader": "^3.5.3",
"tslint-microsoft-contrib": "^5.0.2",
"typescript": "^3.2"
},
"dependencies": {
"@types/react": "^16.7.22",
"moment": "^2.23",
"react": "^16.7.0",
"triviality": "^0",
"ts-log": "^2.1"
}
}