-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.11 KB
/
package.json
File metadata and controls
48 lines (48 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
42
43
44
45
46
47
48
{
"name": "@eevee/cli",
"version": "1.0.0",
"description": "",
"main": "packages/core/cli/bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eevee-lib/cli.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eevee-lib/cli/issues"
},
"homepage": "https://github.com/eevee-lib/cli#readme",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"babel-loader": "^8.2.5",
"colors": "^1.4.0",
"commander": "^9.4.0",
"dotenv": "^16.0.1",
"fs-extra": "^10.1.0",
"import-local": "^3.1.0",
"lerna": "^5.4.3",
"npminstall": "^6.5.1",
"npmlog": "^6.0.2",
"path-exists": "4",
"pkg-dir": "5",
"root-check": "1",
"semver": "^7.3.7",
"url-join": "4",
"user-home": "^3.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^0.27.2"
}
}