We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4394257 commit f795d8eCopy full SHA for f795d8e
1 file changed
package.json
@@ -1,11 +1,23 @@
1
{
2
- "private": true,
+ "name": "@react-native-community/template",
3
+ "version": "0.83.0-main",
4
+ "license": "MIT",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
"scripts": {
9
+ "format": "prettier --write .",
10
"test": "jest"
11
},
12
+ "type": "commonjs",
13
+ "files": [
14
+ "template/*",
15
+ "template.config.js"
16
+ ],
17
"dependencies": {},
18
"devDependencies": {
19
"jest": "^29.7.0",
20
+ "prettier": "^3.6.2",
21
"semver": "^7.6.3"
22
}
23
0 commit comments