@markslides/themes
Version:
51 lines (50 loc) • 1.53 kB
JSON
{
"name": "@markslides/themes",
"description": "MarkSlides Themes",
"version": "0.1.9",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"keywords": [
"markdown",
"markdown-themes",
"slides",
"markdown-presentation"
],
"author": "Soaple <inje@soaple.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/markslides/markslides.git"
},
"bugs": {
"url": "https://github.com/markslides/markslides/issues"
},
"homepage": "https://github.com/markslides/markslides/tree/main/packages/themes#readme",
"scripts": {
"lint": "eslint . --max-warnings 0",
"generate:component": "turbo gen react-component",
"generate:themes": "node scripts/generate-themes.js",
"prebuild": "npm run generate:themes",
"dev": "npm run build -- --watch",
"build": "tsup ./src/index.ts --format cjs,esm --dts"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"@turbo/gen": "^1.10.12",
"@types/eslint": "^8.44.7",
"@types/node": "^20.5.2",
"css-loader": "^6.10.0",
"eslint": "^8.53.0",
"tsup": "^8.0.1",
"typescript": "^5.2.2"
}
}