|
19 | 19 | "vscode": "^0.10.10"
|
20 | 20 | },
|
21 | 21 | "homepage": "https://www.nativescript.org/",
|
22 |
| - "categories": ["Debuggers", "Other"], |
| 22 | + "categories": [ |
| 23 | + "Debuggers", |
| 24 | + "Other" |
| 25 | + ], |
23 | 26 | "license": "SEE LICENSE IN LICENSE.txt",
|
24 | 27 | "dependencies": {
|
25 | 28 | "source-map": "^0.5.3",
|
26 | 29 | "vscode-debugprotocol": "^1.6.1",
|
27 | 30 | "vscode-debugadapter": "^1.6.1"
|
28 | 31 | },
|
29 | 32 | "devDependencies": {
|
30 |
| - "gulp": "^3.9.0", |
31 |
| - "gulp-shell": "^0.5.2", |
32 |
| - "tsd": "^0.6.5", |
33 | 33 | "tslint": "^3.5.0",
|
34 | 34 | "typescript": "^1.8.2",
|
35 |
| - "vscode": "^0.11.x", |
36 |
| - "vsce": "^1.0.0" |
37 |
| - |
| 35 | + "typings": "^0.7.9", |
| 36 | + "vsce": "^1.0.0", |
| 37 | + "vscode": "^0.11.x" |
38 | 38 | },
|
39 | 39 | "scripts": {
|
40 |
| - "postinstall": "node ./node_modules/vscode/bin/install" |
| 40 | + "postinstall": "node ./node_modules/vscode/bin/install && typings install", |
| 41 | + "clean": "git clean -fdx", |
| 42 | + "build": "tsc", |
| 43 | + "package": "vsce package" |
41 | 44 | },
|
42 | 45 | "main": "./out/nativescript/nsMain",
|
43 | 46 | "activationEvents": [
|
|
57 | 60 | }
|
58 | 61 | ],
|
59 | 62 | "keybindings": [
|
60 |
| - { |
61 |
| - "command": "nativescript.runIos", |
62 |
| - "key": "ctrl+alt+i", |
63 |
| - "mac": "cmd+alt+i" |
64 |
| - }, |
65 |
| - { |
66 |
| - "command": "nativescript.runAndroid", |
67 |
| - "key": "ctrl+alt+a", |
68 |
| - "mac": "cmd+alt+a" |
69 |
| - } |
| 63 | + { |
| 64 | + "command": "nativescript.runIos", |
| 65 | + "key": "ctrl+alt+i", |
| 66 | + "mac": "cmd+alt+i" |
| 67 | + }, |
| 68 | + { |
| 69 | + "command": "nativescript.runAndroid", |
| 70 | + "key": "ctrl+alt+a", |
| 71 | + "mac": "cmd+alt+a" |
| 72 | + } |
70 | 73 | ],
|
71 | 74 | "debuggers": [
|
72 | 75 | {
|
|
81 | 84 | "program": "./out/webkit/webKitDebug.js",
|
82 | 85 | "runtime": "node",
|
83 | 86 | "initialConfigurations": [
|
84 |
| - { |
| 87 | + { |
85 | 88 | "name": "Launch on iOS Device",
|
86 | 89 | "type": "nativescript",
|
87 | 90 | "platform": "ios",
|
|
200 | 203 | "default": null
|
201 | 204 | },
|
202 | 205 | "emulator": {
|
203 |
| - "type": "boolean", |
204 |
| - "description": "Whether the app to run in emulator or on a physical device.", |
205 |
| - "default": false |
| 206 | + "type": "boolean", |
| 207 | + "description": "Whether the app to run in emulator or on a physical device.", |
| 208 | + "default": false |
206 | 209 | }
|
207 | 210 | }
|
208 | 211 | },
|
|
243 | 246 | "default": null
|
244 | 247 | },
|
245 | 248 | "emulator": {
|
246 |
| - "type": "boolean", |
247 |
| - "description": "Whether the app to run in emulator or on a physical device.", |
248 |
| - "default": false |
| 249 | + "type": "boolean", |
| 250 | + "description": "Whether the app to run in emulator or on a physical device.", |
| 251 | + "default": false |
249 | 252 | }
|
250 | 253 | }
|
251 | 254 | }
|
|
0 commit comments