forked from mobilehero-archive/titanium-jsonc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.6 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@titanium/jsonc",
"version": "1.0.3",
"description": "⭐ Axway Amplify module for using JSONC with Appcelerator Titanium SDK",
"main": "jsonc.js",
"scripts": {
"lint": "eslint . --fix",
"list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prep": "npm install --ignore-scripts && npm run list",
"test": "npm run prep",
"prepublishOnly2": "git pull && npm test && bump insane",
"prepublishOnly": "git pull && npm test && npm audit fix && bump insane"
},
"author": {
"name": "Brenton House",
"email": "[email protected]",
"url": "https://brenton.house"
},
"maintainers": [
{
"name": "Brenton House",
"email": "[email protected]",
"url": "https://brenton.house"
}
],
"repository": {
"type": "git",
"url": "github:brentonhouse/titanium-jsonc"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/brentonhouse/titanium-jsonc/issues"
},
"homepage": "https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de",
"keywords": [
"titanium",
"mobile",
"alloy",
"turbo",
"axway",
"appcelerator",
"ios",
"android",
"iphone",
"ipad",
"jsonc",
"titanium-package",
"sdk",
"plugin",
"amplify",
"api-builder",
"appcelerator-titanium",
"titanium-sdk",
"titanium-mobile",
"titanium-module",
"axway-sdk",
"axway-amplify",
"brenton-house"
],
"titanium": {},
"devDependencies": {
"@titanium/eslint-config": "1.0.8",
"eslint": "^8.6.0",
"fs-extra": "^10.0.0",
"lodash": "^4.17.21"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"fast-safe-stringify": "^2.1.1",
"jsonc-parser": "^3.0.0"
}
}