starlit
Version:
Starlit - static site generator and other tools for Starboard Notebook
34 lines • 963 B
JSON
{
"name": "starlit",
"version": "0.1.17",
"description": "Starlit - static site generator and other tools for Starboard Notebook",
"author": "Guido Zuidhof <me@guido.io>",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/gzuidhof"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "github.com/gzuidhof/starlit"
},
"keywords": [
"starboard-notebook",
"starboard",
"notebook",
"testing",
"ssg"
],
"scripts": {
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},
"goBinary": {
"name": "starlit",
"path": "./bin",
"url": "https://github.com/gzuidhof/starlit/releases/download/v{{version}}/starlit_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"dependencies": {
"@gzuidhof/go-npm": "0.1.13"
}
}