{ "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" } }