18 lines
299 B
JSON
18 lines
299 B
JSON
{
|
|
"name": "service-irc",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "tsc -w"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@squeebot/core": "file:../core",
|
|
"typescript": "^4.1.2"
|
|
}
|
|
}
|