Have I made the package.json file correctly? #3084
Answered
by
jodeleeuw
AdamVasarhelyi2
asked this question in
Q&A
-
Hi, I've been working on my first extension for JsPsych. To make the package.json filem, I navigated to the extension directory in cmd.exe, entered 'npm init' and filled out the prompts to make a package.json file. Have I made the package.json file correctly? Thanks for any help!! |
Beta Was this translation helpful? Give feedback.
Answered by
jodeleeuw
Jul 5, 2023
Replies: 1 comment 1 reply
-
This is a normal way to make a package.json file. If you'd like one that is already configured for extension development, you can start with our template for JavaScript or template for TypeScript. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jodeleeuw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @AdamVasarhelyi2
This is a normal way to make a package.json file.
If you'd like one that is already configured for extension development, you can start with our template for JavaScript or template for TypeScript.