|
1 | 1 | { |
| 2 | +<<<<<<< HEAD |
2 | 3 | "activationEvents": [ |
3 | 4 | "onCommand:deviceSimulatorExpress.common.installDependencies", |
4 | 5 | "onCommand:deviceSimulatorExpress.common.openSerialMonitor", |
|
18 | 19 | "bugs": { |
19 | 20 | "url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDeviceSimulator/issues" |
20 | 21 | }, |
| 22 | +======= |
| 23 | + "name": "__EXTENSIONNAME__", |
| 24 | + "displayName": "__DISPLAYNAME__", |
| 25 | + "version": "0.0.1", |
| 26 | + "private": false, |
| 27 | + "description": "__DESCRIPTION__", |
| 28 | + "keywords": [ |
| 29 | + "land" |
| 30 | + ], |
| 31 | + "homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDeviceSimulator#readme", |
| 32 | + "bugs": { |
| 33 | + "url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDeviceSimulator/issues" |
| 34 | + }, |
| 35 | + "repository": { |
| 36 | + "type": "git", |
| 37 | + "url": "git+HTTPS://github.com/CodeEditorLand/LandPythonDeviceSimulator.git" |
| 38 | + }, |
| 39 | + "license": "SEE LICENSE IN LICENSE", |
| 40 | + "author": { |
| 41 | + "name": "Land", |
| 42 | + "email": "Land@Playform.Cloud", |
| 43 | + "url": "HTTPS://Land.Playform.Cloud" |
| 44 | + }, |
| 45 | + "type": "module", |
| 46 | + "main": "./out/extension.js", |
| 47 | + "scripts": { |
| 48 | + "Document": "Document 'Source/**/*.ts'", |
| 49 | + "build": "gulp build", |
| 50 | + "check:python": "black src --check", |
| 51 | + "check:ts": "prettier --config .prettierrc.yaml --check src/**/*.{css,ts,tsx}", |
| 52 | + "clean": "gulp clean", |
| 53 | + "compile": "npm-run-all compile:*", |
| 54 | + "compile:extension": "gulp compile", |
| 55 | + "compile:views": "webpack --mode development", |
| 56 | + "format:python": "black src", |
| 57 | + "format:ts": "prettier --config .prettierrc.yaml --write src/**/*.{css,ts,tsx}", |
| 58 | + "lint:python": "pylint src", |
| 59 | + "lint:ts": "tslint -c tslint.json src/**/*.{ts,tsx}", |
| 60 | + "prepublishOnly": "Build 'Source/**/*.ts'", |
| 61 | + "start": "webpack-dev-server", |
| 62 | + "test:api-tests": "pytest src", |
| 63 | + "test:extension-tests": "node ./out/test/runTest.js", |
| 64 | + "test:ts": "jest", |
| 65 | + "watch:extension": "tsc --watch", |
| 66 | + "watch:views": "webpack --watch --mode development" |
| 67 | + }, |
| 68 | +>>>>>>> f71080983a35952feb8382140808e52bce2606bf |
21 | 69 | "contributes": { |
22 | 70 | "breakpoints": [ |
23 | 71 | { |
|
202 | 250 | } |
203 | 251 | ] |
204 | 252 | }, |
| 253 | +<<<<<<< HEAD |
205 | 254 | "dependencies": { |
206 | 255 | "@types/open": "^6.1.0", |
207 | 256 | "@types/socket.io": "^3.0.1", |
|
276 | 325 | }, |
277 | 326 | "type": "module", |
278 | 327 | "version": "0.0.1" |
| 328 | +======= |
| 329 | + "activationEvents": [ |
| 330 | + "onCommand:deviceSimulatorExpress.common.installDependencies", |
| 331 | + "onCommand:deviceSimulatorExpress.common.openSerialMonitor", |
| 332 | + "onCommand:deviceSimulatorExpress.common.runSimulator", |
| 333 | + "onCommand:deviceSimulatorExpress.common.selectSerialPort", |
| 334 | + "onCommand:deviceSimulatorExpress.common.gettingStarted", |
| 335 | + "onCommand:deviceSimulatorExpress.common.deployToDevice", |
| 336 | + "onCommand:deviceSimulatorExpress.common.newFile", |
| 337 | + "onCommand:deviceSimulatorExpress.common.openSimulator", |
| 338 | + "onDebug" |
| 339 | + ], |
| 340 | + "dependencies": { |
| 341 | + "@types/open": "6.1.0", |
| 342 | + "@types/socket.io": "3.0.1", |
| 343 | + "compare-versions": "6.1.0", |
| 344 | + "eventemitter2": "6.4.9", |
| 345 | + "glob": "10.3.12", |
| 346 | + "open": "10.1.0", |
| 347 | + "os": "0.1.2", |
| 348 | + "socket.io": "4.7.5", |
| 349 | + "usb-native": "6.0.0", |
| 350 | + "util": "0.12.5" |
| 351 | + }, |
| 352 | + "devDependencies": { |
| 353 | + "@playform/build": "0.0.7", |
| 354 | + "@playform/document": "0.0.6", |
| 355 | + "@types/glob": "8.1.0", |
| 356 | + "@types/node": "20.12.7", |
| 357 | + "css-loader": "7.1.1", |
| 358 | + "del": "7.1.0", |
| 359 | + "event-stream": "4.0.1", |
| 360 | + "less": "4.2.0", |
| 361 | + "less-loader": "12.2.0", |
| 362 | + "npm-run-all": "4.1.5", |
| 363 | + "style-loader": "4.0.0", |
| 364 | + "ts-import-plugin": "3.0.0", |
| 365 | + "ts-loader": "9.5.1", |
| 366 | + "version-from-git": "1.1.1" |
| 367 | + }, |
| 368 | + "extensionDependencies": [ |
| 369 | + "ms-python.python" |
| 370 | + ], |
| 371 | + "publishConfig": { |
| 372 | + "access": "public" |
| 373 | + }, |
| 374 | + "icon": "assets/icon.png", |
| 375 | + "preview": true, |
| 376 | + "instrumentationKey": "__AIKEY__" |
| 377 | +>>>>>>> f71080983a35952feb8382140808e52bce2606bf |
279 | 378 | } |
0 commit comments