@tonyptang/unocss-config
Version:
unocss-config
35 lines (34 loc) • 720 B
JSON
{
"name": "@tonyptang/unocss-config",
"version": "0.7.0",
"description": "unocss-config",
"author": "",
"license": "ISC",
"keywords": [
"unocss-config"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"dev": "tsup --watch",
"p": "bun run build && npm publish --access public"
},
"devDependencies": {
"@tonyptang/eslint-config": "^1.2.3",
"eslint": "^9.8.0",
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"unocss": "^0.61.9"
}
}