Skip to content

Commit 8f216da

Browse files
squash!
1 parent baa61e6 commit 8f216da

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
"onCommand:deviceSimulatorExpress.common.openSimulator",
1111
"onDebug"
1212
],
13+
"author": {
14+
"email": "Land@Playform.Cloud",
15+
"name": "Land",
16+
"url": "HTTPS://Land.Playform.Cloud"
17+
},
18+
"bugs": {
19+
"url": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDeviceSimulator/issues"
20+
},
1321
"contributes": {
1422
"breakpoints": [
1523
{
@@ -209,6 +217,7 @@
209217
"description": "__DESCRIPTION__",
210218
"devDependencies": {
211219
"@playform/build": "0.0.7",
220+
"@playform/document": "0.0.6",
212221
"@types/glob": "8.1.0",
213222
"@types/node": "20.12.7",
214223
"css-loader": "7.1.1",
@@ -226,11 +235,21 @@
226235
"extensionDependencies": [
227236
"ms-python.python"
228237
],
238+
"homepage": "HTTPS://GitHub.Com/CodeEditorLand/LandPythonDeviceSimulator#readme",
229239
"icon": "assets/icon.png",
230240
"instrumentationKey": "__AIKEY__",
241+
"license": "SEE LICENSE IN LICENSE",
231242
"main": "./out/extension.js",
232243
"name": "__EXTENSIONNAME__",
233244
"preview": true,
245+
"private": false,
246+
"publishConfig": {
247+
"access": "public"
248+
},
249+
"repository": {
250+
"type": "git",
251+
"url": "git+HTTPS://github.com/CodeEditorLand/LandPythonDeviceSimulator.git"
252+
},
234253
"scripts": {
235254
"Document": "Document 'Source/**/*.ts'",
236255
"build": "gulp build",
@@ -251,5 +270,7 @@
251270
"test:ts": "jest",
252271
"watch:extension": "tsc --watch",
253272
"watch:views": "webpack --watch --mode development"
254-
}
273+
},
274+
"type": "module",
275+
"version": "0.0.1"
255276
}

0 commit comments

Comments
 (0)