oddsquat/package.json
2021-10-09 16:19:21 +05:00

21 lines
441 B
JSON

{
"name": "oddsquat",
"version": "1.0.0",
"description": "",
"main": "site.config.js",
"scripts": {
"start": "nanogen start",
"build": "nanogen build",
"lint": "node typograf.js",
"typography": "node typography.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nanogen": "^0.4.2",
"rss-generator": "^0.0.3",
"typograf": "^6.11.2",
"typography": "^0.16.19"
}
}