-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.8 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.8 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@react-native-windows/telemetry",
"version": "0.0.0-canary.132",
"license": "MIT",
"main": "lib-commonjs/index.js",
"typings": "lib-commonjs/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/react-native-windows",
"directory": "packages/@react-native-windows/telemetry"
},
"scripts": {
"build": "rnw-scripts build",
"clean": "rnw-scripts clean",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"test": "set RNW_CLI_TEST=true&&set APPLICATION_INSIGHTS_NO_STATSBEAT=true&& rnw-scripts test",
"watch": "rnw-scripts watch"
},
"dependencies": {
"@microsoft/1ds-core-js": "^4.3.0",
"@microsoft/1ds-post-js": "^4.3.0",
"@react-native-windows/fs": "0.0.0-canary.71",
"@xmldom/xmldom": "^0.7.7",
"ci-info": "^3.2.0",
"envinfo": "^7.8.1",
"lodash": "^4.18.1",
"minimatch": "^10.0.3",
"os-locale": "^5.0.0",
"xpath": "^0.0.27"
},
"devDependencies": {
"@rnw-scripts/eslint-config": "1.2.38",
"@rnw-scripts/jest-unittest-config": "1.5.12",
"@rnw-scripts/just-task": "2.3.58",
"@rnw-scripts/ts-config": "2.0.6",
"@types/envinfo": "^7.8.1",
"@types/jest": "^29.2.2",
"@types/node": "^22.14.0",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.7.0",
"lookpath": "^1.2.1",
"prettier": "^3.6.2",
"semver": "^7.6.3",
"typescript": "5.0.4"
},
"files": [
"lib-commonjs"
],
"beachball": {
"defaultNpmTag": "canary",
"disallowedChangeTypes": [
"major",
"minor",
"patch",
"premajor",
"preminor",
"prepatch"
]
},
"promoteRelease": true,
"windowsOnly": true
}