-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
46
47
{
"name": "zesty-sdk",
"description": "Monorepo for Zesty integration SDKS.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "node scripts/build.js",
"publish": "node scripts/build_publish.js",
"test": "npx playwright test --grep-invert @skip",
"serve": "npx http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zestymarket/zesty-sdk.git"
},
"author": "Zesty Market",
"license": "MIT",
"bugs": {
"url": "https://github.com/zestymarket/zesty-sdk/issues"
},
"homepage": "https://github.com/zestymarket/zesty-sdk#readme",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"@playwright/test": "^1.22.2",
"eslint": "^8.17.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"typescript": "^5.3.3"
},
"private": true,
"workspaces": [
"aframe",
"babylonjs",
"beacon",
"r3f",
"threejs",
"utils",
"wonderland"
]
}