-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@codeeditorland/rest",
"version": "0.0.1",
"description": "Rest compiler for CodeEditorLand - Rust-based TypeScript compilation",
"homepage": "https://GitHub.Com/CodeEditorLand/Rest?tab=readme-ov-file",
"bugs": {
"url": "https://GitHub.Com/CodeEditorLand/Rest/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeEditorLand/Rest.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source 🖋️ Open 👐🏻",
"email": "Source/Open@Editor.Land",
"url": "https://Editor.Land"
},
"type": "module",
"main": "index.js",
"bin": {
"Rest": "./bin/Rest.js"
},
"files": [
"bin",
"postinstall.js",
"prepublishOnly.sh",
"README.md",
"LICENSE"
],
"scripts": {
"build": "sh prepublishOnly.sh",
"postinstall": "node postinstall.js",
"prepublishOnly": "sh prepublishOnly.sh"
},
"optionalDependencies": {
"@codeeditorland/rest-darwin-arm64": "0.0.1",
"@codeeditorland/rest-darwin-x64": "0.0.1",
"@codeeditorland/rest-linux-x64": "0.0.1",
"@codeeditorland/rest-win32-x64": "0.0.1"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}