@slidev/types
Advanced tools
Comparing version 0.0.0-alpha.50 to 0.0.0-alpha.53
{ | ||
"name": "@slidev/types", | ||
"version": "0.0.0-alpha.50", | ||
"description": "Shared types declerations for Slidev", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/slidevjs/slidev" | ||
}, | ||
"funding": "https://github.com/sponsors/antfu", | ||
"author": "antfu <anthonyfu117@hotmail.com>", | ||
"files": [ | ||
"dist", | ||
"client.d.ts", | ||
"index.d.ts" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "index.d.ts", | ||
"homepage": "https://github.com/slidevjs/slidev", | ||
"bugs": "https://github.com/slidevjs/slidev/issues", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"dev": "nr build --watch" | ||
}, | ||
"devDependencies": { | ||
"@antfu/utils": "^0.1.4", | ||
"markdown-it-shiki": "^0.2.3" | ||
} | ||
"name": "@slidev/types", | ||
"version": "0.0.0-alpha.53", | ||
"description": "Shared types declerations for Slidev", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/slidevjs/slidev" | ||
}, | ||
"funding": "https://github.com/sponsors/antfu", | ||
"author": "antfu <anthonyfu117@hotmail.com>", | ||
"files": [ | ||
"dist", | ||
"client.d.ts", | ||
"index.d.ts" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "index.d.ts", | ||
"homepage": "https://github.com/slidevjs/slidev", | ||
"bugs": "https://github.com/slidevjs/slidev/issues", | ||
"devDependencies": { | ||
"@antfu/utils": "^0.1.4", | ||
"markdown-it-shiki": "^0.2.3" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format cjs,esm --dts", | ||
"dev": "nr build --watch" | ||
} | ||
} |
4320