|
@@ -0,0 +1,40 @@
|
|
|
+{
|
|
|
+ "name": "@douyinfe/semi-theme-config-gen",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "description": "Generating theme config for other popular css framework.",
|
|
|
+ "author": "[email protected]",
|
|
|
+ "license": "MIT",
|
|
|
+ "main": "lib/index.js",
|
|
|
+ "types": "lib/index.d.ts",
|
|
|
+ "bin": {
|
|
|
+ "semi-theme-config-gen": "lib/bin.js"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "lib",
|
|
|
+ "src"
|
|
|
+ ],
|
|
|
+ "keywords": [
|
|
|
+ "semi",
|
|
|
+ "theme",
|
|
|
+ "css",
|
|
|
+ "style",
|
|
|
+ "Tailwind",
|
|
|
+ "Windi",
|
|
|
+ "XStyled"
|
|
|
+ ],
|
|
|
+ "scripts": {
|
|
|
+ "build:lib": "rimraf lib && tsc",
|
|
|
+ "prepublishOnly": "npm run build:lib"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "arg": "^5.0.1",
|
|
|
+ "fs-extra": "^8.1.0",
|
|
|
+ "lodash": "^4.17.21",
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@types/lodash": "^4.14.176",
|
|
|
+ "rimraf": "^3.0.2",
|
|
|
+ "typescript": "^4.4.4"
|
|
|
+ },
|
|
|
+ "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
|
|
|
+}
|