oddsquat/package.json
2021-10-09 17:19:47 +05:00

23 lines
545 B
JSON

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