-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
{
"name": "asyncqueue-custom",
"private": false,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"description": "> ℹ️\r Before submitting an issue to this repo - Ensure it's a **issue with the code in this repo**, you may meet some issue from `rollup` config - please take a look in this document [Rollup](https://rollupjs.org/guide/en/) and vite [Vite](https://vitejs.dev/guide/)",
"main": "index.js",
"dependencies": {
"nanoid": "^3.3.4",
"esbuild": "^0.16.11",
"is-core-module": "^2.11.0",
"function-bind": "^1.1.1",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"has": "^1.0.3",
"postcss": "^8.4.20",
"resolve": "^1.22.1",
"rollup": "^3.8.1",
"supports-preserve-symlinks-flag": "^1.0.0",
"source-map-js": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/b0yblake/AsyncQueue.git"
},
"keywords": [
"asycn-queue"
],
"author": "b0yblake",
"license": "ISC",
"bugs": {
"url": "https://github.com/b0yblake/AsyncQueue/issues"
},
"homepage": "https://github.com/b0yblake/AsyncQueue#readme"
}