-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.46 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "swingbot-licensee-sdk",
"version": "1.0.12",
"description": "Swingbot Licensee SDK for uploading videos",
"main": "dist/swingbot-licensee-sdk.js",
"scripts": {
"build-www": "webpack --config webpack/sdk.config.js --env build",
"build-www-dev": "webpack --config webpack/sdk.config.js --env dev",
"build-npm": "webpack --config webpack/npm.config.js --env build",
"build-npm-dev": "webpack --config webpack/npm.config.js --env dev",
"test": "mocha --require babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js",
"publish":"npm publish"
},
"keywords": [
"swingbot",
"licensee",
"sdk"
],
"author": "John P. Giatropoulos <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:trops/swingbot-licensee-sdk.git"
},
"license": "MIT",
"homepage": "https://www.swingbot.com",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-loader": "^2.1.2",
"mocha": "^7.2.0",
"terser-webpack-plugin": "^3.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"yargs": "^15.3.1"
},
"dependencies": {
"axios": "^0.19.2"
}
}