-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 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
39
40
41
42
43
44
45
46
47
48
49
{
"private": true,
"scripts": {
"build": "node build.mjs"
},
"dependencies": {
"@nexpid/vdp-shared": "^1.0.2",
"@rollup/plugin-alias": "^5.1.1",
"@swc/helpers": "^0.5.11",
"axios": "^1.7.2",
"express": "^4.19.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@swc/core": "^1.6.7",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"rollup": "^4.18.0",
"rollup-plugin-esbuild": "^6.1.1",
"vendetta-types": "^2.4.21"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-native"
]
}
},
"name": "multi_plugin_repo",
"description": "- Includes a discord mobile client mod with their own respective folders",
"version": "1.0.0",
"main": "build.mjs",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Angelix1/MP.git"
},
"author": "Angelix1 | Azrae",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Angelix1/MP/issues"
},
"homepage": "https://github.com/Angelix1/MP#readme"
}