-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 989 Bytes
/
package.json
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
{
"name": "@viterjs/eslint-config",
"version": "3.0.2",
"description": "Viter's Eslint config",
"keywords": [
"eslint",
"viter"
],
"author": "suanmei <[email protected]>",
"homepage": "https://github.com/ykfe/viter",
"license": "MIT",
"main": "dist/index.js",
"directories": {
"dist": "dist"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ykfe/viter.git"
},
"scripts": {
"prepublishOnly": "node scripts/prepublish.js",
"lint-eslint": "eslint --cache --ext .ts,.tsx ./src",
"check-types": "tsc --noEmit",
"lint": "npm run lint-eslint & npm run check-types",
"declare-type": "tsc --emitDeclarationOnly",
"build": "rollup -c & npm run declare-type",
"watch": "watch 'npm run build' ./src"
},
"bugs": {
"url": "https://github.com/ykfe/viter/issues"
},
"gitHead": "8d18cfcc65974c798cbca516cd64cbb89f28552b"
}