You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 369B

1234567891011121314151617181920
  1. {
  2. "name": "code",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "lib": "lib"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "keywords": [],
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "body-parser": "^1.19.0",
  17. "express": "^4.17.1",
  18. "http-server": "^0.11.1"
  19. }
  20. }