-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.31 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.31 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
{
"name": "mt-utils",
"version": "0.4.0",
"description": "git remote add origin https://github.com/txs1992/mt-utils.git",
"main": "lib/index.js",
"scripts": {
"build": "npm run lint && rollup -c",
"lint": "eslint --ext .js src",
"format": "prettier --config ./.prettierrc.yml --write '**/*.{js,bue,css,scss}'",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/txs1992/mt-utils.git"
},
"keywords": [
"util"
],
"author": "txs1992",
"license": "MIT",
"bugs": {
"url": "https://github.com/txs1992/mt-utils/issues"
},
"homepage": "https://github.com/txs1992/mt-utils#readme",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"core-js": "2",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"rollup": "^1.8.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.3",
"rollup-plugin-terser": "^4.0.4"
}
}