-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "zappar-playcanvas",
"version": "0.0.0",
"main": "index.js",
"description": "PlayCanvas wrappers for Zappar's computer vision library",
"repository": "https://github.com/zappar-xr/zappar-playcanvas/",
"issues": "https://github.com/zappar-xr/zappar-playcanvas/issues/",
"homepage": "https://zap.works/universal-ar/",
"scripts": {
"build": "tsc",
"copy-pc-types": "cp ./node_modules/playcanvas/build/playcanvas.d.ts typings/",
"postinstall": "npm run copy-pc-types",
"test": "PW_EXPERIMENTAL_TS_ESM=1 playwright test"
},
"author": {
"name": "Zappar Limited",
"url": "https://www.zappar.com/"
},
"license": "MIT",
"dependencies": {
"@zappar/mobile-only": "0.0.2",
"@zappar/zappar": "^2.0.0-beta.6"
},
"devDependencies": {
"@playwright/test": "^1.19.2",
"@types/node": "^15.12.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"@zappar/webgl-snapshot": "0.0.18",
"dotenv": "^10.0.0",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"playcanvas": "^1.42.0",
"playcanvas-sync": "file:playcanvas-sync",
"typescript": "^4.3.2",
"typescript-eslint-parser": "^22.0.0"
}
}