UNPKG

883 BJSONView Raw
1{
2 "name": "@procore/core-logger",
3 "version": "8.8.0",
4 "description": "A logger solution",
5 "main": "dist/index.js",
6 "module": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "sideEffects": false,
9 "scripts": {
10 "prebuild": "yarn clean",
11 "build": "tsc -p tsconfig.prod.json",
12 "clean": "rimraf dist",
13 "dev": "tsc --watch",
14 "prepublishOnly": "yarn build",
15 "test": "jest --runInBand --coverage --env=jsdom"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/procore/core.git"
20 },
21 "bugs": "https://github.com/procore/core/issues",
22 "keywords": [
23 "logger",
24 "procore"
25 ],
26 "author": "Procore Technologies",
27 "license": "SEE LICENSE IN LICENSE",
28 "devDependencies": {
29 "@types/jest": "25.1.3",
30 "@types/node": "13.7.7",
31 "typescript": "3.8.3"
32 },
33 "gitHead": "b43ad7e2290b5618e860a636c71d58bd78a00b9f"
34}