mirror of
https://github.com/He4eT/oddsquat.git
synced 2026-05-04 20:37:22 +00:00
23 lines
545 B
JSON
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"
|
|
}
|
|
}
|