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.
 
i18n_file_generator/package.json

17 lines
386 B

{
"name": "google-sheets-nodejs-quickstart",
"version": "1.0.0",
"description": "A simple Node.js command-line application that makes requests to the Google Sheets API.",
"private": true,
"dependencies": {
"googleapis": "^39.0.0"
},
"devDependencies": {},
"engines": {
"node": ">=6.4.0"
},
"scripts": {
"start": "node ."
},
"license": "Apache-2.0"
}