-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) 路 2.42 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) 路 2.42 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "flipdown-timer-card",
"version": "1.2.0",
"description": "Flipdown timer card for lovelace",
"main": "dist/flipdown-timer-card.js",
"type": "module",
"packageManager": "yarn@4.9.2",
"scripts": {
"build": "yarn run lint && yarn run rollup",
"rollup": "rollup -c",
"babel": "babel dist/flipdown-timer-card.js --out-file dist/flipdown-timer-card.js",
"lint": "eslint \"src/**/*.ts\"",
"lint:fix": "yarn run lint --fix",
"format": "prettier --write \"src/**/*.ts\"",
"format:check": "prettier --check \"src/**/*.ts\"",
"watch": "rollup -c --watch",
"postversion": "yarn run build",
"audit-fix": "npx yarn-audit-fix"
},
"repository": {
"type": "git",
"url": "git@github.com:Lint-Free-Technology/flipdown-timer-card.git"
},
"keywords": [
"lovelace"
],
"author": "pmongloid",
"contributors": [
"Darryn Capes-Davis (https://github.com/dcapslock)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Lint-Free-Technology/flipdown-timer-card/issues"
},
"homepage": "https://github.com/Lint-Free-Technology/flipdown-timer-card#readme",
"devDependencies": {
"@babel/core": "^7.29.7",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@rollup/plugin-babel": "^7.1.0",
"@rollup/plugin-commonjs": "^29.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@typescript-eslint/eslint-plugin": "^8.60.1",
"@typescript-eslint/parser": "^8.60.1",
"baseline-browser-mapping": "^2.10.33",
"conventional-changelog-conventionalcommits": "^9.3.1",
"eslint": "^10.4.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"prettier": "^3.8.3",
"rollup": "^4.61.1",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-typescript2": "^0.37.0",
"semantic-release": "^25.0.3",
"ts-lit-plugin": "^2.0.2",
"typescript": "^6.0.3",
"typescript-styled-plugin": "^0.18.3",
"yarn-audit-fix": "^10.1.1"
},
"resolutions": {
"@semantic-release/npm": "^13.1.5",
"lodash": "^4.18.0"
},
"dependencies": {
"lit": "^3.3.3"
}
}