-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 932 Bytes
/
package.json
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
{
"name": "mmrl",
"version": "0.3.27",
"description": "A library to make your life easier when working with MMRL's WebUI",
"source": "src/index.ts",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "parcel build",
"upload": "npm run build && npm publish"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-only",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@parcel/bundler-library": "^2.13.3",
"@parcel/packager-ts": "^2.13.3",
"@parcel/transformer-typescript-tsc": "^2.13.3",
"@parcel/transformer-typescript-types": "^2.13.3",
"parcel": "^2.13.3",
"parcel-plugin-typescript": "^1.0.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@swc/helpers": "^0.5.15",
"lodash": "^4.17.21",
"yaml": "^2.7.0"
}
}