packages/plugin-import/package.json
{
"name": "@ekscss/plugin-import",
"version": "0.0.15",
"description": "XCSS plugin to inline the contents of @import statements",
"repository": "maxmilton/ekscss",
"homepage": "https://ekscss.js.org",
"author": "Max Milton <max@happyhackers.xyz>",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": ["dist", "src"],
"scripts": {
"build": "bun build.ts",
"dev": "NODE_ENV=development bun build.ts",
"postbuild": "tsc --emitDeclarationOnly --declarationMap"
},
"peerDependencies": {
"ekscss": "workspace:^"
},
"dependencies": {
"stylis": "^4.3.4"
},
"devDependencies": {
"@types/stylis": "4.2.6",
"ekscss": "workspace:*"
}
}