forked from expo/expo-preview-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
49
50
51
{
"private": true,
"name": "expo-preview-action",
"version": "1.2.1",
"description": "Action workflow for publishing and generating QR code URL for Expo projects.",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-preview-action.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-preview-action/issues"
},
"homepage": "https://github.com/expo/expo-preview-action#readme",
"scripts": {
"test": "jest",
"lint": "tsc --noEmit && eslint --ext ts ./src ./tests",
"build": "ncc build src/index.ts --out build",
"clean": "rimraf build",
"prepare": "husky install"
},
"dependencies": {
"@actions/github": "^5.0.0",
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@expo/config": "^5.0.1",
"fs-extra": "^10.0.0",
"uri-scheme": "^1.0.84"
},
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@tsconfig/node14": "^1.0.1",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^14.17.3",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@zeit/ncc": "^0.22.3",
"conventional-changelog-conventionalcommits": "^4.6.0",
"eslint-plugin-jest": "^24.3.6",
"eslint": "^7.28.0",
"husky": "^6.0.0",
"jest-circus": "^27.0.4",
"jest": "^27.0.4",
"semantic-release": "^17.4.4",
"ts-jest": "^27.0.3",
"typescript": "^4.3.3"
}
}