mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
36 lines
946 B
JSON
36 lines
946 B
JSON
{
|
|
"name": "@triliumnext/share-theme",
|
|
"version": "1.0.3",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "esrun scripts/build.ts",
|
|
"build-scripts": "esrun scripts/build.ts -- --module=scripts",
|
|
"build-styles": "esrun scripts/build.ts -- --module=styles",
|
|
"dist": "esrun scripts/build.ts -- --minify",
|
|
"test": "esrun src/scripts/test.ts"
|
|
},
|
|
"exports": {
|
|
"./templates/*": "./src/templates/*",
|
|
"./styles/*": "./src/styles/*",
|
|
"./scripts/*": "./src/scripts/*",
|
|
"./*": "./dist/*"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@digitak/esrun": "^3.2.24",
|
|
"@types/swagger-ui": "^3.52.0",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
"@typescript-eslint/parser": "^6.7.2",
|
|
"dotenv": "^16.3.1",
|
|
"esbuild": "^0.19.3",
|
|
"eslint": "^8.49.0",
|
|
"highlight.js": "^11.8.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"nx": {
|
|
"name": "share-theme"
|
|
}
|
|
}
|