28 lines
611 B
JSON
28 lines
611 B
JSON
{
|
|
"name": "knet",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"homepage": "https://github.com/JurajKubrican/knet#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/JurajKubrican/knet/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JurajKubrican/knet.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "tsc --project tsconfig.json --watch"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"mitt": "^3.0.1"
|
|
}
|
|
}
|