-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 841 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "@codeeditorland/common",
"version": "0.0.4",
"private": false,
"description": "👨🏻🏭 Common —",
"homepage": "https://common.land.playform.cloud",
"bugs": {
"url": "HTTPS://GitHub.Com/CodeEditorLand/DependencyLandCommon/issues"
},
"repository": {
"type": "git",
"url": "git+HTTPS://github.com/CodeEditorLand/DependencyLandCommon.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Nikola Hristov",
"email": "Nikola@PlayForm.Cloud",
"url": "https://nikolahristov.tech"
},
"type": "module",
"scripts": {
"Document": "Document 'Source/**/*.ts'",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240524.0",
"@playform/build": "0.0.9",
"@playform/document": "0.0.9"
},
"publishConfig": {
"access": "public"
}
}