Skip to content

Commit f4fbf4c

Browse files
Setup npm package
1 parent 761f086 commit f4fbf4c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

lib/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Entry point
2+

package.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "nativescript-doctor",
3+
"version": "0.0.1",
4+
"description": "Library that helps identifying if the environment can be used for development of {N} apps.",
5+
"main": "lib/index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/NativeScript/nativescript-doctor.git"
12+
},
13+
"keywords": [
14+
"NativeScript",
15+
"doctor",
16+
"tns"
17+
],
18+
"author": "Telerik <[email protected]>",
19+
"license": "Apache-2.0",
20+
"bugs": {
21+
"url": "https://github.com/NativeScript/nativescript-doctor/issues"
22+
},
23+
"homepage": "https://github.com/NativeScript/nativescript-doctor#readme"
24+
}

0 commit comments

Comments
 (0)