-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 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
{
"name": "parra-mobile-sdks",
"version": "0.1.0",
"license": "MIT",
"homepage": "https://github.com/Parra-Inc/parra-mobile-sdks",
"repository": {
"type": "git",
"url": "https://github.com/Parra-Inc/parra-mobile-sdks.git"
},
"main": "dist/index.ts",
"type": "module",
"scripts": {
"lint": "eslint . --ext .ts",
"format": "./cli.sh utils --format",
"preinstall": "git config diff.lockb.textconv bun && git config diff.lockb.binary true"
},
"bin": {
"parra-release": "scripts/pod-release.js"
},
"devDependencies": {
"@inquirer/prompts": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"chalk": "^5.3.0",
"child_process": "^1.0.2",
"commander": "^11.1.0",
"eslint": "^8.56.0",
"eslint-plugin-unused-imports": "^3.0.0",
"git-format-staged": "3.0.0",
"prettier": "^3.1.1",
"tsx": "^4.7.0",
"typescript": "^5.3.3",
"util": "^0.12.4"
},
"engines": {
"node": "~>21.4.0",
"npm": "~>10.2.4"
},
"os": [
"darwin"
],
"cpu": [
"arm64"
],
"dependencies": {
"remark": "^15.0.1"
}
}