-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 979 Bytes
/
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
{
"devDependencies": {
"@types/node": "^20.14.8",
"archiver": "^7.0.1",
"express": "^4.19.2",
"tsup": "^8.1.0"
},
"name": "chubml",
"description": "ChubML (Chub Markup Language) is a lightweight markup language designed to simplify the process of creating websites. It provides a simplified syntax that allows for rapid and efficient development.",
"version": "1.0.2",
"main": "dist/cml.js",
"scripts": {
"test": "node dist/cml.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpcFORK/ChubML.git"
},
"files": [
"LICENCE",
"README.md",
"front/dist",
"src",
"global.ts"
],
"keywords": [
"chubml",
"ml",
"html",
"js",
"lang",
"xml",
"markup",
"ts"
],
"author": "SpcFORK",
"license": "ISC",
"types": "./dist/cml.d.ts",
"bugs": {
"url": "https://github.com/SpcFORK/ChubML/issues"
},
"homepage": "https://github.com/SpcFORK/ChubML#readme"
}