-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.65 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
{
"name": "tasktive",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test:ios": "sh Scripts/run_ios_tests.sh",
"screenshots": "bundle exec fastlane snapshot",
"localize": "sh Scripts/GenerateLocales/run.sh",
"prepare": "husky install",
"generate-tokens": "Scripts/generate_tokens/bin",
"build:generate-tokens": "cargo build --release --manifest-path=Scripts/generate_tokens/Cargo.toml && mv Scripts/generate_tokens/target/release/generate_tokens Scripts/generate_tokens/bin",
"clear-mac-data": "sh Scripts/clear_mac_data.sh",
"bootstrap": "sh Scripts/bootstrap.sh",
"bump-version": "go run Scripts/xcode-app-version-bumper/*go",
"format": "swiftformat .",
"archive:ios:ci": "sh Scripts/archive_ios.sh",
"build:ios:release": "SCHEME=Tasktive sh Scripts/build_release.sh",
"build:mac:release": "SCHEME=TasktiveMac sh Scripts/build_release.sh",
"acknowledgements": "python3 Scripts/xcode-acknowledgements/main.py --scheme Tasktive --output Modules/SettingsUI/Sources/SettingsUI/Resources"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamaal111/Tasktive.git"
},
"author": "Kamaal Farah <kamaal111>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kamaal111/Tasktive/issues"
},
"homepage": "https://github.com/kamaal111/Tasktive#readme",
"devDependencies": {
"@kamaal111/localize": "^0.1.0",
"git-format-staged": "^3.0.0",
"husky": "^8.0.1",
"prettier": "^2.7.1"
},
"prettier": {
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"bracketSpacing": true,
"printWidth": 80
}
}