-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "template-logger",
"version": "0.1.3",
"description": "stringify and color obj passed to the template we want to log",
"main": "lib/logger.js",
"scripts": {
"build": "rollup -c ./rollup.config.js",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"test": "yarn mocha --require @babel/register --recursive --exit src/test/*.js",
"publish-please": "publish-please config",
"prepublishOnly": "publish-please guard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alevoid/logger.git"
},
"keywords": [
"tagged",
"template",
"template",
"literals"
],
"author": "Pasquale Coretti",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alevoid/logger/issues"
},
"homepage": "https://github.com/Alevoid/logger#readme",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.4.4",
"babel-eslint": "^10.0.2",
"eslint": "^6.0.0",
"eslint-config-prettier": "^5.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-prettier": "^3.1.0",
"mocha": "^6.1.4",
"prettier": "^1.18.2",
"publish-please": "^5.4.3",
"rollup": "^1.16.1",
"rollup-plugin-babel": "^4.3.2",
"should": "^13.2.3"
}
}