Files
TwitchNotes/package.json
2022-09-13 22:59:41 +03:00

33 lines
881 B
JSON

{
"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"
}
}