Files
Josh Goldberg cc443b9447 v0.8.14
2022-08-23 14:23:55 -04:00

48 lines
1.4 KiB
JSON

{
"author": {
"email": "git@joshuakgoldberg.com",
"name": "Josh Goldberg"
},
"browser": "./lib/index.js",
"bugs": {
"url": "https://github.com/FullScreenShenanigans/EightBittr/issues"
},
"dependencies": {
"itemsholdr": "^0.8.14"
},
"description": "Hookups for extensible triggered mod events.",
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.8",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"mocha-headless-chrome": "^4.0.0",
"shenanigans-manager": "^0.8.14",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0"
},
"license": "MIT",
"name": "modattachr",
"repository": {
"type": "git",
"url": "ssh://git@github.com:FullScreenShenanigans/EightBittr.git"
},
"scripts": {
"clean": "rm -rf dist lib *.tsbuildinfo",
"compile": "tsc -b",
"hydrate": "yarn shenanigans-manager hydrate",
"link": "yarn link",
"publish:ci": "yarn shenanigans-manager publish-if-updated",
"test": "yarn run test:setup && yarn run test:run",
"test:run": "yarn mocha-headless-chrome --file test/index.html",
"test:setup": "yarn shenanigans-manager generate-tests"
},
"shenanigans": {
"name": "ModAttachr"
},
"types": "./lib/index.d.ts",
"version": "0.8.14"
}