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.
18 lines
386 B
18 lines
386 B
3 years ago
|
{
|
||
|
"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"
|
||
|
}
|