Files
knet/package.json
JurajKubrican 0e7cf5d5cf update go
2025-09-08 12:50:48 +02:00

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.9.2"
},
"dependencies": {
"mitt": "^3.0.1"
}
}