Kind/package.json

23 lines
493 B
JSON
Raw Normal View History

2024-02-07 17:28:18 +03:00
{
2024-02-08 19:47:38 +03:00
"name": "kind2",
2024-02-07 17:28:18 +03:00
"version": "0.1.0",
"description": "",
"main": "kind2.ts",
2024-02-07 17:28:18 +03:00
"bin": {
"kind2": "./kind2.ts"
2024-02-07 17:28:18 +03:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2024-02-08 19:47:38 +03:00
"url": "git+https://github.com/victortaelin/kind2.git"
2024-02-07 17:28:18 +03:00
},
"author": "VictorTaelin",
"license": "MIT",
"bugs": {
2024-02-08 19:47:38 +03:00
"url": "https://github.com/victortaelin/kind2/issues"
2024-02-07 17:28:18 +03:00
},
2024-02-08 19:47:38 +03:00
"homepage": "https://github.com/victortaelin/kind2#readme"
2024-02-07 17:28:18 +03:00
}