File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " @nativescript/ios-node-api" ,
3
3
"version" : " 1.0.0-alpha.4" ,
4
4
"description" : " An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/DjDeveloperr/runtime.git" ,
8
+ "directory" : " packages/ios"
9
+ },
5
10
"typings" : " index.d.ts" ,
6
11
"type" : " module" ,
7
12
"files" : [
Original file line number Diff line number Diff line change 2
2
"name" : " @nativescript/macos-node-api" ,
3
3
"version" : " 1.0.0-alpha.4" ,
4
4
"description" : " An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/DjDeveloperr/runtime.git" ,
8
+ "directory" : " packages/macos"
9
+ },
5
10
"main" : " index.js" ,
6
11
"typings" : " index.d.ts" ,
7
12
"type" : " module" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @nativescript/objc-node-api" ,
3
3
"version" : " 1.0.0-alpha.4" ,
4
4
"description" : " Typings for the common Objective-C runtime APIs used by both @nativescript/ios-node-api and @nativescript/macos-node-api" ,
5
+ "repository" : {
6
+ "type" : " git" ,
7
+ "url" : " https://github.com/DjDeveloperr/runtime.git" ,
8
+ "directory" : " packages/objc"
9
+ },
5
10
"main" : " index.js" ,
6
11
"typings" : " index.d.ts" ,
7
12
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments