Files
2025-07-08 14:47:27 +02:00

40 lines
844 B
JSON

{
"name": "@fomantic/rework-import",
"version": "3.2.0",
"description": "A rework plugin to read and inline CSS files via @import",
"license": "MIT",
"repository": "https://github.com/fomantic/rework-import",
"authors": [
"Jason Campbell <jason@js.la>",
"Kevin Mårtensson <kevinmartensson@gmail.com>",
"Maxime Thirouin <m@moox.io>"
],
"engines": {
"node": ">=12"
},
"scripts": {
"test": "ava test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"css",
"import",
"media",
"rework"
],
"dependencies": {
"@adobe/css-tools": "4.2.0",
"globby": "^11.1.0",
"parse-import": "^2.0.0",
"unixify": "^1.0.0"
},
"devDependencies": {
"ava": "^4.3.3",
"css-whitespace": "^1.1.1",
"normalize-newline": "^3.0.0",
"@fomantic/rework": "^2.0.0"
}
}