UNPKG

1.11 kBJSONView Raw
1{
2 "name": "suf-log",
3 "version": "2.2.1",
4 "description": "",
5 "main": "dist/index.js",
6 "scripts": {
7 "prepack": "yarn build && yarn test && suf",
8 "build": "del ./dist && tsc -b",
9 "watch": "tsc -w",
10 "test": "jest --coverage",
11 "test:watch": "jest --watch --coverage"
12 },
13 "files": [
14 "dist"
15 ],
16 "keywords": [
17 "logger"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/TheRealSyler/suf-log"
22 },
23 "author": "Syler",
24 "license": "MIT",
25 "devDependencies": {
26 "@types/jest": "^25.1.4",
27 "csstype": "^2.6.9",
28 "del-cli": "^3.0.0",
29 "jest": "^25.1.0",
30 "jest-store-log": "^1.1.1",
31 "suf-cli": "^0.1.0",
32 "ts-jest": "^25.2.1",
33 "tslib": "^1.11.1",
34 "typescript": "^3.8.3"
35 },
36 "dependencies": {
37 "s.color": "0.0.15"
38 },
39 "jest": {
40 "moduleFileExtensions": [
41 "ts",
42 "tsx",
43 "js",
44 "json",
45 "jsx",
46 "node"
47 ],
48 "roots": [
49 "<rootDir>/src"
50 ],
51 "coveragePathIgnorePatterns": [
52 "/node_modules/"
53 ],
54 "transform": {
55 "^.+\\.tsx?$": "ts-jest"
56 }
57 }
58}