Files
knet/package.json
2025-03-03 07:25:30 +01: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.7.3"
},
"dependencies": {
"mitt": "^3.0.1"
}
}