programmingfonts/package.json

26 lines
710 B
JSON
Raw Normal View History

2019-12-04 20:42:03 +01:00
{
"name": "programmingfonts",
"version": "1.0.0",
"description": "Test drive programming fonts online",
"main": "index.js",
"scripts": {
2022-12-28 16:56:47 +01:00
"test": "ajv -c ajv-formats -s fonts-schema.json -d fonts.json && cd fonts/stylesheets/ && lessc fonts.less stylesheet.css"
2019-12-04 20:42:03 +01:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/braver/programmingfonts.git"
},
"author": "Koen Lageveen",
"license": "MIT",
"bugs": {
"url": "https://github.com/braver/programmingfonts/issues"
},
"homepage": "https://github.com/braver/programmingfonts#readme",
"devDependencies": {
"ajv-cli": "^5.0.0",
2022-12-10 21:30:49 +01:00
"ajv-formats": "^2.1.1",
2022-12-28 16:05:30 +01:00
"lessc": "^1.0.2",
2023-04-23 16:30:20 +02:00
"rome": "^12.0.0"
2019-12-04 20:42:03 +01:00
}
}