-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 KB
/
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
33
34
35
36
37
38
39
{
"name": "@mubarrat/scripts-loader",
"version": "1.1.1",
"description": "A lightweight and versatile script loader library for dynamically loading JavaScript files in web applications. Simplify script management, handle dependencies, and ensure smooth integration of external scripts with flexible loading strategies.",
"scripts": {
"build": "tsc && tsc -p dtsconfig.json && node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mubarrat/scripts-loader.git"
},
"keywords": [
"script-loader",
"scripts-loader",
"script",
"scripts",
"loader",
"js",
"library",
"js-library",
"dynamic",
"dependency",
"web",
"development"
],
"author": "Mubarrat Hasan",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mubarrat/scripts-loader/issues"
},
"homepage": "https://github.com/Mubarrat/scripts-loader#readme",
"devDependencies": {
"terser": "^5.26.0",
"typescript": "^5.3.3"
},
"publishConfig": {
"@mubarrat:registry": "https://npm.pkg.github.com/"
}
}