UNPKG

astro-amp

Version:

With this integration, you can convert your css file into inline code in Astro.build

41 lines (40 loc) 1.11 kB
{ "name": "astro-amp", "version": "1.1.9", "description": "With this integration, you can convert your css file into inline code in Astro.build", "main": "./dist/index.js", "types": "./dist/types/index.d.ts", "files": [ "dist" ], "scripts": { "build": "npx eslint ./src --ext .js,.ts && rm -rf dist && tsc", "test": "node ./testing/index.js" }, "keywords": [ "astro", "integration", "jabb" ], "author": "Agencia Jabb", "type": "module", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/thejabb-ve/astro-amp.git" }, "devDependencies": { "@eslint/js": "^9.25.0", "@eslint/json": "^0.12.0", "@types/node": "^22.14.1", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "eslint": "^9.25.0", "globals": "^16.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.30.1" }, "dependencies": { "colorized-log": "^1.0.7" } }