@debut/plugin-session
Version:
Trade session time, plugin debut
38 lines (37 loc) • 875 B
JSON
{
"name": "@debut/plugin-session",
"version": "1.3.4",
"publishConfig": {
"access": "public"
},
"description": "Trade session time, plugin debut",
"exports": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"preversion": "npm run build"
},
"dependencies": {
"@debut/plugin-utils": "^2.0.2"
},
"peerDependencies": {
"@debut/types": "^4.1.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/debut-js/Plugins.git"
},
"keywords": [
"Debut",
"Plugin"
],
"author": "Dmitriy Yurov",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/debut-js/Plugins/issues"
},
"files": [
"dist"
],
"homepage": "https://github.com/debut-js/Plugins#readme"
}