-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 878 Bytes
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
{
"name": "cobe",
"version": "2.0.1",
"type": "module",
"main": "./dist/index.esm.js",
"files": [
"dist/**"
],
"types": "./dist/index.d.ts",
"repository": "shuding/cobe",
"license": "MIT",
"scripts": {
"build": "node scripts/build.js && cp src/index.d.ts dist/index.d.ts",
"chrome:debug": "open -na \"Google Chrome\" --args --new-window --disable-frame-rate-limit --user-data-dir=\"/tmp/chrome_dev_session\" --disable-web-security http://localhost:3000/playground"
},
"devDependencies": {
"esbuild": "^0.13.14",
"glslx": "^0.3.0",
"next": "^12.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"terser": "^5.46.0",
"typescript": "^4.5.4"
},
"packageManager": "pnpm@8.7.0+sha512.1d61f8c10e8a5a5dbfbddea0f1f5efb7dbd5177223073aec953cf230aa46416884b9427a6421dba78f28ad0f93fbede38ba57083237b350243de6b1e3a8ce71d"
}