FIX: loading extension after chat popout and url change
WIP: Transforming to TypeScript
This commit is contained in:
32
package.json
Normal file
32
package.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "twitchnotes",
|
||||
"version": "0.0.1",
|
||||
"description": "Add notes to twitch users (only visible to you)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "webpack && cp ./dist/twitch-notes.js './Twitch Notes/twitch-notes.js'"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/rdarius/TwitchNotes.git"
|
||||
},
|
||||
"author": "Darius Rapalis",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/rdarius/TwitchNotes/issues"
|
||||
},
|
||||
"homepage": "https://github.com/rdarius/TwitchNotes#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.19.0",
|
||||
"@babel/preset-env": "^7.19.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"css-loader": "^6.7.1",
|
||||
"sass": "^1.54.9",
|
||||
"sass-loader": "^13.0.2",
|
||||
"style-loader": "^3.3.1",
|
||||
"ts-loader": "^9.3.1",
|
||||
"typescript": "^4.8.3",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-cli": "^4.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user