We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761f086 commit f4fbf4cCopy full SHA for f4fbf4c
2 files changed
lib/index.ts
@@ -0,0 +1,2 @@
1
+// Entry point
2
+
package.json
@@ -0,0 +1,24 @@
+{
+ "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 <support@telerik.com>",
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