23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"name": "linguist-css",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:data": "node scripts/build.js",
|
|
"lint:output": "stylelint dist/out.scss dist/out.css"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"change-case": "^4.1.2",
|
|
"handlebars": "^4.7.7",
|
|
"mkdirp": "^3.0.0",
|
|
"node-fetch": "^3.3.1",
|
|
"slugify": "^1.6.6",
|
|
"stylelint-config-standard": "^33.0.0",
|
|
"stylelint-config-standard-scss": "^8.0.0",
|
|
"yaml": "^2.2.1"
|
|
}
|
|
}
|