-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 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
48
49
50
51
{
"name": "@htmlplus/create-element",
"version": "0.0.0",
"license": "MIT",
"author": "Masood Abdolian <m.abdolian@gmail.com>",
"description": "This package includes the global command for @htmlplus/element.",
"type": "module",
"main": "index.js",
"types": "",
"scripts": {
"build": "",
"lint": "biome check --write",
"prepare": "husky"
},
"bin": {
"create-element": "index.js"
},
"files": [
"index.js",
"template-default"
],
"publishConfig": {},
"engines": {
"node": ">= 20.10.0"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/htmlplus/create-element.git"
},
"bugs": {
"url": "https://github.com/htmlplus/create-element/issues"
},
"homepage": "https://github.com/htmlplus/create-element#readme",
"dependencies": {
"enquirer": "^2.4.1",
"fs-extra": "^11.3.1"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.4",
"@semantic-release/npm": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.0.3",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"semantic-release": "^24.2.7"
}
}