diff --git a/lib/simple_file_content.dart b/lib/simple_file_content.dart index b99ad72..12c2075 100644 --- a/lib/simple_file_content.dart +++ b/lib/simple_file_content.dart @@ -56,3 +56,15 @@ String get assetsNote { // place images, fonts and other assets here '''; } + +// Add node package +// npm i @types/twine-sugarcube +String get nodePackageContent { + return ''' +{ + "devDependencies": { + "@types/twine-sugarcube": "*" + } +} +'''; +}