forked from mobilehero-archive/titanium-eslint-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 987 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
40
41
42
43
44
45
46
47
48
{
"name": "@titanium/eslint-config",
"version": "1.0.5",
"description": "ESLint configuration for Titanium native mobile app projects",
"main": "index.js",
"scripts": {
"test": "npm install --ignore-scripts && npm run list",
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly2": "git pull && bump release"
},
"author": {
"name": "Brenton House",
"email": "[email protected]",
"url": "https://brenton.house"
},
"repository": {
"type": "git",
"url": "github:brentonhouse/titanium-eslint-config"
},
"bugs": {
"url": "https://github.com/brentonhouse/titanium-eslint-config/issues"
},
"license": "MIT",
"dependencies": {
"@geek/eslint-config": "1.0.1"
},
"peerDependencies": {
"eslint": "^7.32.0"
},
"keywords": [
"titanium",
"mobile",
"alloy",
"eslint",
"turbo",
"axway",
"config",
"appcelerator",
"ios",
"android",
"iphone",
"ipad",
"brenton-house"
],
"titanium": {
"ignore": true
}
}