-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 923 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 923 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "google-sheets-orm",
"version": "1.7.0",
"description": "",
"main": "dist/node.js",
"browser": "dist/browser.js",
"directories": {
"example": "example"
},
"scripts": {
"prepublish": "npm run build",
"build": "webpack --config webpack.config.dev.js && webpack --config webpack.config.js && webpack --config webpack.config.node.js",
"watch": "webpack --watch --config webpack.config.dev.js",
"test": "python -m SimpleHTTPServer"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.7.4",
"babel-loader": "^8.0.6",
"googleapis": "^46.0.0",
"mocha": "^6.2.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"lodash": "^4.17.15"
}
}