-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.41 KB
/
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
40
41
42
43
44
45
{
"name": "metaeditor4-ue-auraml",
"version": "1.0.2",
"description": "Frontend library for Pixel Streaming",
"homepage": "https://metaeditor.io/",
"repository": {
"type": "git",
"url": "git+https://github.com/markolofsen/metaeditor.git"
},
"bugs": {
"url": "https://github.com/markolofsen/metaeditor/issues"
},
"author": "CreatoonAuraml",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "dist/lib-pixelstreamingfrontend.js",
"module": "dist/lib-pixelstreamingfrontend.esm.js",
"types": "types/pixelstreamingfrontend.d.ts",
"sideEffects": false,
"scripts": {
"compile": "tsc --build --clean && tsc",
"build": "npx webpack --config webpack.prod.js",
"build-dev": "npx webpack --config webpack.dev.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"spellcheck": "cspell \"{README.md,.github/*.md,src/**/*.ts}\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"@types/webxr": "^0.5.1",
"cspell": "^4.1.0",
"eslint": "^8.11.0",
"prettier": "2.8.3",
"ts-loader": "^9.4.2",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"sdp": "^3.1.0"
}
}