-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 836 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 836 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
27
28
{
"name": "amneacsu.github.io",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"check-types": "tsc --noEmit",
"start": "rspack serve",
"build": "rspack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amneacsu/amneacsu.github.io.git"
},
"author": "Andrei-Marius Neacșu",
"license": "ISC",
"bugs": {
"url": "https://github.com/amneacsu/amneacsu.github.io/issues"
},
"homepage": "https://github.com/amneacsu/amneacsu.github.io#readme",
"description": "",
"devDependencies": {
"@rspack/cli": "1.5.8",
"@rspack/core": "1.5.8",
"typescript": "5.8.3"
},
"packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}