Files
30-seconds-of-code/package.json
2020-04-20 11:50:54 +03:00

20 lines
417 B
JSON

{
"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"
},
"author": "atomiks",
"license": "MIT",
"prettier": {
"printWidth": 100,
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@30-seconds/integration-tools": "^2.0.0"
}
}