-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 935 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
{
"name": "logseq-tenset-theme",
"version": "1.0.0",
"description": "Beautiful theme made for smart contract auditors",
"scripts": {
"build": "tsx scripts/build.tsx"
},
"author": "Tenset",
"logseq": {
"themes": [
{
"name": "Tenset light",
"url": "./tenset-theme.css",
"description": "Beautiful light theme made for smart contract auditors",
"mode": "light"
},
{
"name": "Tenset dark",
"url": "./tenset-theme.css",
"description": "Beautiful dark theme made for smart contract auditors",
"mode": "dark"
}
],
"id": "tenset-security"
},
"dependencies": {
"sass": "^1.63.6"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/fs-extra": "^11.0.1",
"color": "^4.2.3",
"fs-extra": "^11.1.1",
"theme-in-css": "^0.2.2",
"tsx": "^3.12.7"
},
"engines": {
"node": "18.15.0"
}
}