-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.11 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
49
50
51
{
"name": "data-template",
"version": "1.10.1",
"description": "Lightweight and minimal HTML template helpers powered by native DOM",
"main": "base.js",
"bin": {
"data-template": "cli.js"
},
"scripts": {
"test": "tsc --noEmit",
"build": "run-p tsc base",
"base": "bash scripts/size.sh && cp template/public/base.*js .",
"tsc": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/beenotung/data-template.git"
},
"keywords": [
"html",
"template",
"native",
"dom",
"data",
"dataset",
"attribute",
"render",
"lightweight",
"minimal",
"ajax",
"html-template",
"data-template",
"data-attribute",
"data-binding"
],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/beenotung/data-template/issues"
},
"homepage": "https://github.com/beenotung/data-template#readme",
"devDependencies": {
"@types/node": "^16.18.52",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"npm-init-helper": "^1.5.0"
}
}