UNPKG

@ngxp/log

Version:
80 lines (79 loc) 1.97 kB
{ "name": "@ngxp/log", "version": "0.5.1", "description": "", "main": "./dist/index", "typings": "./dist/index", "scripts": { "clean": "rimraf dist", "lint": "tslint --project .", "compile": "tsc --project .", "build": "run-s clean lint test compile", "watch": "run-s clean dev", "dev": "run-p \"compile -- --watch\" \"test -- --notify --watch\"", "test": "jest --verbose --run-in-band", "git-push": "git push --follow-tags origin master", "new-version": "standard-version --commit-all", "release": "run-s build new-version git-push" }, "repository": { "type": "git", "url": "git+https://github.com/ngxp/log.git" }, "publishConfig": { "access": "public" }, "author": "Marvin Luchs <marvin@luchs.org>", "license": "ISC", "bugs": { "url": "https://github.com/ngxp/log/issues" }, "files": [ "dist" ], "homepage": "https://github.com/ngxp/log#readme", "devDependencies": { "@types/jest": "24.0.22", "@types/lodash-es": "4.17.3", "babel-jest": "24.9.0", "babel-plugin-transform-es2015-modules-commonjs": "6.26.2", "jest": "24.9.0", "jest-localstorage-mock": "2.4.0", "lodash-es": "4.17.15", "npm-run-all": "4.1.5", "rimraf": "3.0.0", "rxjs": "6.5.3", "rxjs-marbles": "5.0.3", "standard-version": "7.0.0", "ts-jest": "24.1.0", "tslint": "5.20.1", "tslint-config-luchsamapparat": "1.6.0", "typescript": "3.7.2", "whatwg-fetch": "3.0.0" }, "peerDependencies": { "lodash-es": "4.x", "rxjs": "6.x" }, "jest": { "setupFiles": [ "./setupJest.js" ], "transform": { "^.+\\.tsx?$": "ts-jest", "^.+\\.js$": "babel-jest" }, "moduleNameMapper": { "lodash-es": "lodash" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] } }