-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 780 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 780 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
34
{
"name": "joanapi",
"version": "0.1.5",
"description": "",
"main": "dist/joan-api.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"runit": "npx babel-node --inspect --presets es2015 -- src/test.js --inspect",
"deploy": "yarn build && npm publish"
},
"keywords": [
"joan",
"getjoan"
],
"author": "wml",
"license": "MIT",
"engines": {
"node": ">=4.2.4"
},
"dependencies": {
"base-64": "^0.1.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"moment": "^2.24.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}