Some checks failed
Build and Publish / build-and-publish (push) Failing after 43s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
28 lines
604 B
JSON
28 lines
604 B
JSON
{
|
|
"name": "@lilith/swift-tooling",
|
|
"version": "1.0.0",
|
|
"description": "Shared Swift tooling for Lilith Platform (SwiftLint, Makefiles, CI templates)",
|
|
"type": "module",
|
|
"scripts": {
|
|
"install-tools": "./scripts/install-tools.sh"
|
|
},
|
|
"keywords": [
|
|
"swift",
|
|
"swiftlint",
|
|
"swiftformat",
|
|
"ios",
|
|
"macos",
|
|
"tooling"
|
|
],
|
|
"author": "Lilith Platform",
|
|
"license": "MIT",
|
|
"devDependencies": {},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
}
|
|
}
|