stimbus
Version:
An event bus for stimulus
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "stimbus",
"version": "1.0.71",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"description": "An event bus for stimulus",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint",
"postpublish": "git push -f origin master"
},
"repository": "https://github.com/tucker-weed/stimbus",
"keywords": [
"Stimulus",
"Event",
"Bus"
],
"author": "Tucker Weed <tuckerjweed@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.2.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.4"
},
"files": [
"lib/**/*"
],
"dependencies": {
"@hotwired/stimulus": "^3.1.1"
}
}