{ "name": "twitchnotes", "version": "0.1.0", "description": "Add notes to twitch users (only visible to you)", "main": "index.js", "scripts": { "build": "webpack" }, "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" } }