-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
40
41
42
43
{
"name": "@web-atoms/pack",
"version": "1.0.106",
"description": "Web Atoms Pack script to combine multple Web Atoms Modules",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 0",
"postversion": "git push --follow-tags"
},
"bin": {
"web-atoms-pack": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-atoms/pack.git"
},
"keywords": [
"web",
"atoms",
"pack"
],
"author": "Akash Kava",
"license": "MIT",
"bugs": {
"url": "https://github.com/web-atoms/pack/issues"
},
"homepage": "https://github.com/web-atoms/pack#readme",
"dependencies": {
"@web-atoms/unit-test": "^1.0.33",
"acorn-walk": "^8.2.0",
"concat-with-sourcemaps": "^1.1.0",
"console-log-colors": "^0.5.0",
"less": "^4.2.1",
"source-map": "^0.7.4",
"terser": "^5.18.1"
},
"bundledDependencies": true,
"devDependencies": {
"@types/node": "^22.10.2",
"colors": "^1.4.0"
}
}