{ "name": "30-seconds-of-css", "version": "0.0.0", "description": "A curated collection of useful CSS snippets.", "main": "index.js", "scripts": { "extractor": "extract-snippet-data config.js", "linter": "prettier --write \"**/*.{js,json,md,css,scss}\"" }, "author": "atomiks", "license": "MIT", "prettier": { "printWidth": 100, "semi": false, "singleQuote": true }, "devDependencies": { "@30-seconds/integration-tools": "^1.0.0" } }