@localnerve/sass-asset-functions
Version:
compass-style asset functions for dart-sass or other sass compilers
75 lines (74 loc) • 2 kB
JSON
{
"name": "@localnerve/sass-asset-functions",
"version": "7.0.0",
"description": "compass-style asset functions for dart-sass or other sass compilers",
"main": "index.js",
"exports": {
"import": "./index.js",
"require": "./cjs/index.cjs",
"default": "./index.js"
},
"type": "module",
"scripts": {
"test-package": "node ./__test-package__/index.js",
"test-unit": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test-unit:debug": "node --inspect-brk --experimental-vm-modules node_modules/jest/bin/jest.js",
"test": "npm run test-unit && npm run test-package",
"lint": "eslint .",
"pretranspile": "rimraf ./cjs",
"transpile": "babel index.js -o ./cjs/index.cjs && babel ./lib --out-dir ./cjs/lib",
"posttranspile": "node posttranspile.js",
"prepublishOnly": "npm run transpile"
},
"repository": {
"type": "git",
"url": "https://github.com/localnerve/sass-asset-functions.git"
},
"keywords": [
"node",
"sass",
"dart-sass",
"assets",
"image",
"image-url",
"image-width",
"image-height",
"font-url",
"font-files",
"lookup"
],
"author": "Alex Grant <alex@localnerve.com>",
"maintainers": [
{
"name": "localnerve",
"email": "alex@localnerve.com",
"url": "https://www.localnerve.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/localnerve/sass-asset-functions/issues"
},
"homepage": "https://github.com/localnerve/sass-asset-functions",
"dependencies": {
"image-size": "^2.0.2",
"immutable": "^5.1.3",
"mime-types": "^3.0.1",
"sass": "^1.90.0"
},
"devDependencies": {
"@babel/cli": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@eslint/js": "^9.33.0",
"eslint": "^9.33.0",
"eslint-plugin-jest": "^29.0.1",
"glob": "^11.0.3",
"globals": "^16.3.0",
"jest": "^30.0.5",
"rimraf": "^6.0.1",
"tar": "^7.4.3"
},
"engines": {
"node": ">=20"
}
}