Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save horlah/c44cbc9c564a3a7d4fbb778b0b0676c1 to your computer and use it in GitHub Desktop.

Select an option

Save horlah/c44cbc9c564a3a7d4fbb778b0b0676c1 to your computer and use it in GitHub Desktop.
package.json file for sample Js web app
{
"name": "todolistappjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@capacitor/android": "^1.0.0-beta.17",
"@capacitor/cli": "^1.0.0-beta.17",
"@capacitor/core": "^1.0.0-beta.17"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment