-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"name": "@socialengine/command",
"version": "1.0.12",
"description": "SocialEngine Unite CLI",
"main": "src/console.js",
"bin": "bin/console",
"scripts": {
"test": "bash test/eslint.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SocialEngine/command.git"
},
"author": "Webligo",
"license": "MIT",
"dependencies": {
"@sentry/node": "^5.6.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chokidar": "^3.0.2",
"cli-spinner": "^0.2.10",
"commander": "^2.20.0",
"dotenv": "^8.1.0",
"node-fetch": "^2.6.0",
"readline-sync": "^1.4.10",
"socket.io-client": "^2.2.0",
"uglify-es": "^3.3.5",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0"
},
"devDependencies": {
"@socialengine/lint": "^1.0.1"
}
}