Last active
October 6, 2023 14:15
-
-
Save gotpop/c6b76eb4437eb6bd67199460cf2abf02 to your computer and use it in GitHub Desktop.
A simple package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "basic", | |
"version": "1.0.0", | |
"description": "Basic", | |
"scripts": { | |
"py3": "python -m http.server 7777", | |
"py2": "python -m SimpleHTTPServer", | |
"build": "touch index.html favicon.ico style.css app.js && npm run dev && atom ." | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment