generated from Soomgo-Mobile/typescript-package-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 998 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
{
"name": "@bravemobile/eslint-config-soomgo-mobile-base",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "rm -rf ./dist && npm ci && npx tsc && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:Soomgo-Mobile/eslint-config-soomgo-mobile-base.git"
},
"author": "jimmy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Soomgo-Mobile/eslint-config-soomgo-mobile-base/issues"
},
"homepage": "https://github.com/Soomgo-Mobile/eslint-config-soomgo-mobile-base",
"devDependencies": {
"typescript": "^4.5.2"
},
"peerDependencies": {
"eslint": ">= 8",
"@typescript-eslint/eslint-plugin": ">= 5.3.1"
},
"dependencies": {
"eslint-config-airbnb-base": "^15.0.0",
"@typescript-eslint/parser": "^5.3.1"
}
}