-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.25 KB
/
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
49
50
51
52
53
54
55
56
{
"name": "@titanium/eslint-config",
"version": "1.0.49",
"description": "⭐ Axway Amplify module for ESLint settings package with Appcelerator Titanium SDK",
"main": "index.js",
"scripts": {
"lint": "eslint . --fix",
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prep": "npm install --ignore-scripts",
"test": "npm run prep",
"prepublishOnly": "git pull && npm test && bump insane",
"prepublishOnly2": "git pull && npm test && npm audit fix && bump insane"
},
"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
"author": {
"name": "Brenton House",
"url": "https://brenton.house"
},
"repository": {
"type": "git",
"url": "github:mobilehero-archive/titanium-eslint-config"
},
"bugs": {
"url": "https://github.com/mobilehero-archive/titanium-eslint-config/issues"
},
"license": "MIT",
"dependencies": {
"@geek/eslint-config": "1.0.3"
},
"peerDependencies": {
"eslint": "^8.6.0"
},
"keywords": [
"titanium",
"mobile",
"alloy",
"eslint",
"turbo",
"axway",
"config",
"appcelerator",
"ios",
"android",
"iphone",
"ipad",
"axway-amplify",
"amplify",
"titanium-sdk",
"axway-sdk",
"api-builder",
"brenton-house"
],
"titanium": {
"ignore": true
}
}