Skip to content

Instantly share code, notes, and snippets.

@rotespferd
Created August 6, 2021 13:28
Show Gist options
  • Save rotespferd/f34e703ff67109d225819567c311de91 to your computer and use it in GitHub Desktop.
Save rotespferd/f34e703ff67109d225819567c311de91 to your computer and use it in GitHub Desktop.
AGPL not recognised by roboter.
{
"name": "roboter-example",
"version": "0.0.1",
"description": "Just a small example to test roboter.",
"contributors": [
"Marian Hahne"
],
"private": false,
"main": "index.ts",
"types": "build/index.d.ts",
"author": "Marian Hahne",
"bin": {
"kennsla-content": "build/main.js"
},
"engines": {
"node": ">=14.16.0"
},
"dependencies": {
"@types/eslint": "7.28.0",
"eslint": "7.32.0",
"eslint-config-es": "3.30.7",
"flaschenpost": "5.0.45",
"roboter": "12.0.0",
"ts-node": "10.1.0",
"typescript": "4.3.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"directory": "XXX"
},
"keywords": [
"example"
],
"license": "AGPL-3.0-or-later"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment