-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.03 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
44
45
46
47
48
{
"name": "@dbservices/scorpion-html",
"version": "1.0.2",
"description": "Scorpion-core support pack",
"license": "MIT",
"exports": "./index.js",
"types": "./index.d.ts",
"keywords": [
"html",
"template",
"template strings"
],
"repository": {
"type": "git",
"url": "git://github.com/dbspt/scorpion-html.git"
},
"bugs": {
"url": "https://github.com/dbspt/scorpion-html/issues"
},
"homepage": "https://github.com/dbspt/scorpion-html#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"commit": "cz",
"build": "tsc"
},
"author": {
"name": "Cléverson Sampaio",
"email": "cleverson@sampaio.dev.br"
},
"devDependencies": {
"@types/he": "^1.1.2",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "^3.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"he": "^1.2.0",
"sanitize-xml-string": "^1.1.0"
}
}