@lcsng/tools 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
Binary file
Binary file
package/package.json ADDED
@@ -0,0 +1,91 @@
1
+ {
2
+ "name": "@lcsng/tools",
3
+ "version": "0.0.1",
4
+ "description": "A modular JavaScript utility library designed for scalable, efficient web development.",
5
+ "main": "dist/lt.min.js",
6
+ "files": [
7
+ "dist/",
8
+ "README.md"
9
+ ],
10
+ "scripts": {
11
+ "build": "webpack --mode production",
12
+ "release": "npm run build && standard-version && git push --follow-tags && npm publish --access public"
13
+ },
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "git+https://github.com/lcsnigeria/lcsTools.git"
17
+ },
18
+ "keywords": [
19
+ "sdk",
20
+ "javascript",
21
+ "lcs"
22
+ ],
23
+ "author": "lcsng",
24
+ "contributors": [
25
+ {
26
+ "name": "JCFuniverse",
27
+ "email": "justicefrewen@gmail.com",
28
+ "url": "https://lcs.ng/jcfuniverse"
29
+ }
30
+ ],
31
+ "license": "MIT",
32
+ "bugs": {
33
+ "url": "https://github.com/lcsnigeria/lcsTools/issues"
34
+ },
35
+ "homepage": "https://github.com/lcsnigeria/lcsTools#readme",
36
+ "devDependencies": {
37
+ "@babel/core": "^7.26.10",
38
+ "@babel/preset-env": "^7.26.9",
39
+ "babel-loader": "^10.0.0",
40
+ "compression-webpack-plugin": "^11.1.0",
41
+ "css-loader": "^7.1.2",
42
+ "standard-version": "^9.5.0",
43
+ "style-loader": "^4.0.0",
44
+ "webpack": "^5.98.0",
45
+ "webpack-cli": "^5.1.4",
46
+ "webpack-obfuscator": "^3.5.0"
47
+ },
48
+ "standard-version": {
49
+ "types": [
50
+ {
51
+ "type": "feat",
52
+ "section": "Features"
53
+ },
54
+ {
55
+ "type": "fix",
56
+ "section": "Bug Fixes"
57
+ },
58
+ {
59
+ "type": "docs",
60
+ "section": "Documentation"
61
+ },
62
+ {
63
+ "type": "style",
64
+ "section": "Code Style Changes"
65
+ },
66
+ {
67
+ "type": "refactor",
68
+ "section": "Refactoring"
69
+ },
70
+ {
71
+ "type": "test",
72
+ "section": "Tests"
73
+ },
74
+ {
75
+ "type": "chore",
76
+ "section": "Chores"
77
+ },
78
+ {
79
+ "type": "perf",
80
+ "section": "Performance Improvements"
81
+ }
82
+ ],
83
+ "commitUrlFormat": "https://github.com/lcsnigeria/lcsTools/commit/{{hash}}",
84
+ "compareUrlFormat": "https://github.com/lcsnigeria/lcsTools/compare/{{previousTag}}...{{currentTag}}",
85
+ "issueUrlFormat": "https://github.com/lcsnigeria/lcsTools/issues/{{id}}"
86
+ },
87
+ "dependencies": {
88
+ "color": "^5.0.0",
89
+ "mammoth": "^1.9.0"
90
+ }
91
+ }