UNPKG

@longlv91/healthcare

Version:
91 lines (90 loc) 2.94 kB
{ "name": "@longlv91/healthcare", "version": "1.0.1", "description": "Health care", "license": "ISC", "author": "longlv91", "main": "dist/healthcare.js", "types": "dist/healthcare.d.ts", "scripts": { "build": "npm run build:ci", "build:ci": "npm run clean && npm run compile_and_bundle && npm run copy_files", "buildquick": "npm run compile_and_bundle && npm run copy_files", "clean": "cleandir ./build && cleandir ./dist", "clear:all": "rm -rf node_modules/ dist/", "compile_and_bundle": "tsc -p tsconfig.json && rollup -c", "copy_files": "node ./copy_files.js", "createsymlink": "cd dist && npm link && cd ..", "depcheck": "depcheck", "lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.spec.ts'", "lint-fix": "npm run tslint-fix", "lint:detect-disable": "echo fix me", "precommit": "npm run lint && npm run sort:pjson && git add .", "publish-locally": "npm run build:ci && cd dist/ && npm pack && cd ..", "publish-remote": "npm publish --access public", "release": "semantic-release", "release-notes": "echo fix", "setup": "npm link", "sort:pjson": "sort-package-json", "test": "mkdir coverage && touch coverage/index.html && echo fix tests", "tslint-fix": "tslint --fix -c tslint.json 'src/**/*.ts'" }, "husky": { "hooks": { "pre-commit": "npm run sort:pjson && git add package.json", "pre-push": "npm run lint && npm run build:ci" } }, "dependencies": { "body-parser": "^1.19.0", "express": "^4.17.1", "pngjs": "^3.4.0" }, "devDependencies": { "@semantic-release/git": "^5.0.0", "@types/jasmine": "^3.5.10", "@types/node": "^11.15.9", "clean-dir": "^1.0.3", "concurrently": "^4.1.1", "cross-env": "^5.2.0", "cross-fetch": "^3.0.4", "depcheck": "^0.8.3", "editorconfig": "^0.15.3", "fs": "0.0.1-security", "fs-extra": "^7.0.1", "glob": "^7.1.3", "husky": "^4.3.0", "jasmine": "^3.4.0", "karma": "^4.0.1", "karma-chrome-launcher": "^3.0.0", "karma-cli": "^2.0.0", "karma-fixture": "^0.2.6", "karma-jasmine": "^2.0.1", "karma-jasmine-html-reporter": "^1.5.3", "karma-typescript": "^4.0.0", "pixelmatch": "^5.0.2", "protobufjs": "^6.8.9", "rollup": "^1.6.0", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-copy": "^3.0.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-resolve": "^4.0.1", "rollup-plugin-typescript2": "^0.20.1", "semantic-release": "~15.0.0", "sort-package-json": "^1.15.0", "ts-node": "^8.8.1", "tslint": "^5.13.1", "typescript": "~3.6.5" }, "repository": { "type": "git", "url": "git+https://github.com/longlv91/health-common.git" }, "keywords": [ "health" ], "bugs": { "url": "https://github.com/longlv91/health-common/issues" }, "homepage": "https://github.com/longlv91/health-common#readme" }