-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.42 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "data-tier-list",
"version": "2.2.1",
"description": "List component based on DataTier binding engine",
"keywords": [
"datatier",
"data",
"tier",
"two",
"way",
"binding",
"tie",
"model",
"view",
"javascript",
"list",
"repeater",
"custom",
"element",
"component",
"webcomponent"
],
"homepage": "https://github.com/gullerya/data-tier-list",
"bugs": {
"url": "https://github.com/gullerya/data-tier-list/issues",
"email": "gullerya@gmail.com"
},
"license": "ISC",
"files": [
"dist",
"sri.json"
],
"main": "dist/data-tier-list.min.js",
"browser": "dist/data-tier-list.min.js",
"type": "module",
"author": {
"name": "Guller Yuri",
"email": "gullerya@gmail.com"
},
"funding": "https://paypal.me/gullerya?locale.x=en_US",
"repository": {
"type": "git",
"url": "https://github.com/gullerya/data-tier-list"
},
"scripts": {
"build": "node ./ci/tools/build-utils.js",
"lint": "eslint -c ./ci/.eslintrc.json ./src/*.js ./tests/*.js ./ci/**/*.js",
"test": "node ./node_modules/just-test/dist/tests-runner/run-tests.js --config=./tests/tests-runner-config.json",
"version": "npm run build && git add --all",
"postversion": "git push && git push --tags"
},
"dependencies": {
"data-tier": "^3.6.1"
},
"devDependencies": {
"es-module-shims": "^1.4.6",
"eslint": "^8.9.0",
"fs-extra": "^10.0.0",
"just-test": "2.3.2",
"puppeteer": "^13.3.2",
"uglify-js": "^3.15.1"
}
}