-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 787 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "SwiftDataSugar",
"version": "0.1.0",
"type": "module",
"scripts": {
"bump": "np --no-cleanup --no-publish",
"test": "echo \"because of SwiftData reliance we can only use Xcode for testing\"",
"postversion": "replace-regex --from=\"\\d+\\.\\d+\\.\\d+\" --to=\"$npm_package_version\" README.md && git add README.md && git commit -m \"chore: bump\""
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"np": "^10.0.5",
"replace-regex": "^0.0.3"
},
"funding": "https://github.com/sponsors/mesqueeb",
"repository": {
"type": "git",
"url": "https://github.com/mesqueeb/SwiftDataSugar.git"
},
"homepage": "https://github.com/mesqueeb/SwiftDataSugar#readme",
"bugs": "https://github.com/mesqueeb/SwiftDataSugar/issues"
}