@mollahdev/cssom-lite
Version:
Generate css with javascript
38 lines (37 loc) • 955 B
JSON
{
"name": "@mollahdev/cssom-lite",
"version": "1.0.8",
"author": "Ashraf Mollah <mollah.dev@gmail.com> (https://mollah.dev)",
"description": "Generate css with javascript",
"license": "ISC",
"keywords": ["css", "generator", "cssom", "mollah", "ashraf", "package"],
"email": "mollah.dev@gmail.com",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/mollahdev/cssom-lite/issues"
},
"homepage": "https://github.com/mollahdev/cssom-lite#readme",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@types/node": "^20.2.3",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-dts": "^2.3.0"
}
}