diff options
author | Giovanni Condello <nanomad@users.noreply.github.com> | 2023-06-07 22:28:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 22:28:07 +0200 |
commit | b5aa73a3a53859899538111861e33d1fb2458422 (patch) | |
tree | 56636c2446cbfef663b5172a39abe7f45c39532b /package.json | |
parent | Removed use of openPortLineBreak/LineBreakTransformer in unlockHuaweiShell() (#228) (diff) | |
download | hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.gz hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.bz2 hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.lz hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.xz hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.tar.zst hack-gpon.github.io-b5aa73a3a53859899538111861e33d1fb2458422.zip |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..02f8013 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "scripts": { + "build": "tsup", + "watch": "tsup --watch", + "clean": "rimraf assets/js/generated" + }, + "devDependencies": { + "rimraf": "^5.0.1", + "tsup": "^6.7.0" + } +} |