-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 999 Bytes
/
package.json
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
{
"name": "@playcanvas/api-reference",
"version": "1.0.0",
"author": "PlayCanvas <support@playcanvas.com>",
"homepage": "https://api.playcanvas.com",
"description": "PlayCanvas API reference manual",
"keywords": [
"playcanvas",
"api",
"reference",
"documentation",
"typedoc"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/playcanvas/api-reference/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/playcanvas/api-reference.git"
},
"devDependencies": {
"@playcanvas/observer": "1.6.6",
"@types/react": "19.0.10",
"playcanvas": "2.5.0",
"react": "19.0.0",
"serve": "14.2.4",
"sharedb": "3.3.2",
"typedoc": "0.27.7",
"typedoc-plugin-mdn-links": "4.0.13",
"typedoc-plugin-missing-exports": "3.1.0",
"typedoc-plugin-rename-defaults": "0.7.2"
},
"scripts": {
"build": "typedoc",
"serve": "serve docs",
"test": "echo \"Error: no test specified\" && exit 1"
}
}