-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 952 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 952 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "react-native-cache-build-gitlab",
"version": "1.1.0",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules",
"build": "bun tsc -p tsconfig.json",
"publish-package": "npm publish"
},
"author": {
"name": "Nguyễn Công Tuấn",
"email": "nguyencongtuan.devmobile@gmail.com"
},
"homepage": "https://github.com/congtuandevmobile",
"repository": {
"url": "https://github.com/congtuandevmobile/react-native-cache-build-gitlab"
},
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"@rock-js/tools": "latest",
"typescript": "^5.9.3"
},
"dependencies": {
"@rock-js/tools": "latest"
},
"keywords": [
"react",
"cache",
"rockjs",
"gitlab",
"react-native",
"gitlabProvider",
"react-native-cache-build-gitlab"
]
}