File tree 2 files changed +22
-13
lines changed 2 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "useTabs" : true
2
+ "useTabs" : true ,
3
+ "overrides" : [
4
+ {
5
+ "files" : " *.json" ,
6
+ "options" : {
7
+ "useTabs" : false
8
+ }
9
+ }
10
+ ]
3
11
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript" ,
3
- "preferGlobal " : true ,
3
+ "main " : " ./lib/nativescript-cli-lib.js " ,
4
4
"version" : " 8.7.1" ,
5
5
"author" : " NativeScript <support@nativescript.org>" ,
6
6
"description" : " Command-line interface for building NativeScript projects" ,
10
10
"nsc" : " ./bin/tns" ,
11
11
"ns" : " ./bin/tns"
12
12
},
13
- "main" : " ./lib/nativescript-cli-lib.js" ,
14
13
"files" : [
15
14
" bin/*" ,
16
15
" config" ,
117
116
"xml2js" : " 0.6.2" ,
118
117
"yargs" : " 17.7.1"
119
118
},
120
- "analyze" : true ,
121
119
"devDependencies" : {
122
120
"@types/archiver" : " ^5.3.2" ,
123
121
"@types/byline" : " ^4.2.33" ,
171
169
"sinon" : " 15.0.3" ,
172
170
"source-map-support" : " 0.5.21"
173
171
},
174
- "license" : " Apache-2.0" ,
175
- "engines" : {
176
- "node" : " >=10.0.0"
177
- },
178
- "lint-staged" : {
179
- "*.ts" : " prettier --write"
180
- },
181
172
"bundleDependencies_comment1" : " These dependencies are bundled in the CLI and are not installed from npm to avoid deprecation warnings." ,
182
173
"bundleDependencies_comment2" : " Eventually we'll remove them as we replaced their functionality." ,
183
174
"bundleDependencies_comment3" : " note: @npmcli/move-file is a transient dep of pacote - we dont use it directly." ,
184
175
"bundleDependencies" : [
185
176
" @npmcli/move-file" ,
186
- " stringify-package" ,
187
- " fsevents"
177
+ " stringify-package"
188
178
],
179
+ "optionalDependencies" : {
180
+ "fsevents" : " *"
181
+ },
189
182
"overrides" : {
190
183
"jimp" : {
191
184
"xml2js" : " 0.6.2"
192
185
},
193
186
"npm-watch" : {
194
187
"nodemon" : " 3.0.3"
195
188
}
189
+ },
190
+ "analyze" : true ,
191
+ "license" : " Apache-2.0" ,
192
+ "engines" : {
193
+ "node" : " >=14.0.0"
194
+ },
195
+ "lint-staged" : {
196
+ "*.ts" : " prettier --write"
196
197
}
197
198
}
You can’t perform that action at this time.
0 commit comments