aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorTeddy Wing2020-05-05 21:03:34 +0200
committerTeddy Wing2020-05-05 22:37:52 +0200
commit0ff130243082c5a509ca1795692c22adc9e194da (patch)
treef20f87860bace7ff88fded4130c22a74d0297f11 /package.json
parentad62baaf033b7a77192ccad343b1926537b69024 (diff)
downloadnetflix-immersive-0ff130243082c5a509ca1795692c22adc9e194da.tar.bz2
Move content script to TypeScript
I'd like to split up some functionality into modules, and it seems like using TypeScript would be a good way to achieve that.
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..96c43bd
--- /dev/null
+++ b/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "netflix-no-skip",
+ "version": "0.0.1",
+ "devDependencies": {
+ "typescript": "^3.8.3"
+ },
+ "private": true
+}