-
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.01 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.01 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": "leaf-lib",
"version": "1.4.9",
"description": "a small in size javascript library",
"main": "./modules/leaf.cjs.js",
"module": "./modules/leaf.esm.js",
"scripts": {
"build": "rollup --config"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"files": [
"src/*",
"modules/*",
"leaf.css",
"package.json",
"README.md"
],
"author": "liliangCS",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.18.6",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^5.0.2",
"cz-customizable": "^6.3.0",
"husky": "^7.0.1",
"rollup": "^2.75.7",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/liliangCS/leaf-lib"
},
"keywords": [
"liliangCS",
"leaf",
"leaf-lib",
"lilian",
"liliang12138"
]
}