generated from SwiftyLab/swift-collections
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (27 loc) · 839 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
{
"name": "SwiftSyntax",
"version": "509.1.0",
"summary": "A set of Swift libraries for parsing, inspecting, generating, and transforming Swift source code.",
"description": "Unofficial pod for the swift-syntax library.",
"homepage": "https://github.com/apple/swift-syntax",
"license": "Apache License, Version 2.0",
"author": {
"name": "Soumya Ranjan Mahunt",
"email": "[email protected]",
"url": "https://twitter.com/soumya_mahunt"
},
"repository": {
"type": "git",
"url": "https://github.com/apple/swift-syntax.git"
},
"private": true,
"dependencies": {
"fs-extra": "^11.1.0",
"swiftylab-ci": "github:SwiftyLab/ci"
},
"scripts": {
"prepare": "node utils/setup.js",
"push": "node utils/push.js",
"pod-lint": "npm exec --package=swiftylab-ci -- pod-lint.js"
}
}