Kind2/bin/js/package.json
2021-08-12 19:04:22 -03:00

26 lines
562 B
JSON

{
"name": "kind-lang",
"version": "1.0.90",
"description": "Kind-Lang in JavaScript",
"main": "src/kind.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kind": "src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uwu-tech/kind.git"
},
"author": "Victor Maia",
"license": "MIT",
"bugs": {
"url": "https://github.com/uwu-tech/kind/issues"
},
"homepage": "https://github.com/uwu-tech/kind#readme",
"dependencies": {
"formcore-js": "^0.1.91"
}
}