Kind/package.json
Victor Taelin 8a56e1878f rename
2024-02-08 13:47:38 -03:00

23 lines
491 B
JSON

{
"name": "kind2",
"version": "0.1.0",
"description": "",
"main": "main.ts",
"bin": {
"kind2": "./main.ts"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victortaelin/kind2.git"
},
"author": "VictorTaelin",
"license": "MIT",
"bugs": {
"url": "https://github.com/victortaelin/kind2/issues"
},
"homepage": "https://github.com/victortaelin/kind2#readme"
}