plugins-core/package.json

18 lines
300 B
JSON

{
"name": "plugins-core",
"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"
}
}