-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 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
{
"name": "@weedzcokie/plugin-loader",
"version": "3.0.17",
"type": "module",
"main": "dist/index.js",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"lint": "tsc --noEmit",
"prepublish": "pnpm run build"
},
"files": [
"dist/"
],
"keywords": [],
"author": "Linus Björklund",
"license": "MIT",
"dependencies": {
"semver": "^7.7.4"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^24.12.0",
"@types/semver": "^7.7.1",
"rollup": "^4.59.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weedz/plugin-loader.git"
},
"bugs": {
"url": "https://github.com/weedz/plugin-loader/issues"
},
"homepage": "https://github.com/weedz/plugin-loader#readme",
"description": "",
"engines": {
"node": ">=v20.12"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}