forked from Ikalus1988/MisakaNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) 路 734 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) 路 734 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
29
30
{
"name": "misakanet",
"version": "2.6.0",
"type": "module",
"description": "<p align=\"center\"> <img src=\"promotional/og-card.png\" width=\"720\" alt=\"MisakaNet\"/> </p>",
"main": "vitest.config.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ikalus1988/MisakaNet.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Ikalus1988/MisakaNet/issues"
},
"homepage": "https://github.com/Ikalus1988/MisakaNet#readme",
"devDependencies": {
"jsdom": "^30.0.1",
"vitest": "^4.1.10"
}
}