-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "@oncommandio/js",
"version": "0.43.0",
"description": "Official JavaScript library for the Command API.",
"main": "dist/index.min.js",
"scripts": {
"release": "node ./release.js",
"build": "rollup --c",
"dev": "rollup -c -w",
"test": "jest",
"test-watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/command/js"
},
"keywords": [
"npm",
"package",
"template"
],
"author": "oncommandio",
"license": "MIT",
"homepage": "https://portal.oncommand.io/docs/command-js/0.43.0/introduction",
"dependencies": {
"axios": "^0.19.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"aws-sdk": "^2.590.0",
"jest": "^25.0.0",
"rollup": "^1.32.0",
"rollup-plugin-terser": "^5.2.0"
}
}