-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "@pesca-dev/atomicity",
"version": "0.1.7",
"description": "Lightweight library for creating fast WebComponents.",
"main": "dist/index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/pesca-dev/atomicity.git"
},
"keywords": [
"webcomponents"
],
"author": {
"name": "H1ghBre4k3r",
"email": "h1ghbre4k3r@dev.bre4k3r.de",
"url": "https://github.com/H1ghBre4k3r"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pesca-dev/atomicity/issues"
},
"homepage": "https://github.com/pesca-dev/atomicity#readme",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"globals": "^16.0.0",
"typescript": "^5.2.2",
"typescript-eslint": "^7.10.0",
"vite": "^6.0.7",
"vite-plugin-dts": "^4.5.3"
}
}