Files
oled-nnw/package.json
2023-05-03 02:10:44 +08:00

17 lines
302 B
JSON

{
"name": "elegant-nnw",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"fix": "stylelint \"**/*.css\""
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0"
}
}