-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.31 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.31 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
50
51
52
53
54
55
{
"name": "@playform/document",
"version": "0.1.8",
"private": false,
"description": "Document 📃",
"keywords": [
"documentation",
"javascript",
"typedoc",
"typescript",
"playform"
],
"homepage": "https://GitHub.Com/PlayForm/Document?tab=readme-ov-file",
"bugs": {
"url": "https://GitHub.Com/PlayForm/Document/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayForm/Document.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": {
"name": "Source ✍🏻 Open 👐🏻",
"email": "Source/Open@PlayForm.Cloud",
"url": "https://PlayForm.Cloud"
},
"type": "module",
"main": "./Target/Class/Document.js",
"types": "./Target/Class/Document.d.ts",
"bin": {
"Document": "Target/Class/Document.js"
},
"scripts": {
"Run": "Build 'Source/**/*.ts' --Watch",
"prepublishOnly": "Build 'Source/**/*.ts'"
},
"dependencies": {
"commander": "14.0.3",
"fast-glob": "3.3.3",
"typedoc": "0.28.18",
"typedoc-plugin-keywords": "1.6.0",
"typedoc-plugin-mdn-links": "5.1.1",
"typedoc-plugin-merge-modules": "7.0.0",
"typedoc-plugin-remove-references": "0.0.6",
"typedoc-plugin-rename-defaults": "0.7.3",
"typedoc-plugin-zod": "1.4.3"
},
"devDependencies": {
"@playform/build": "0.3.1"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}