-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
37 lines (37 loc) · 958 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
37
{
"name": "lemverse",
"version": "1.0.0",
"description": "lemverse master root",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l3mpire/lemverse.git"
},
"resolutions": {
"@babel/parser": "7.18.0"
},
"author": "",
"license": "AGPLV3",
"bugs": {
"url": "https://github.com/l3mpire/lemverse/issues"
},
"homepage": "https://github.com/l3mpire/lemverse#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/eslint-plugin": "^7.24.7",
"editorconfig-checker": "^5.1.8",
"eslint": "^9.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-meteor": "^7.3.0",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0"
},
"dependencies": {
"npm": "^10.2.4"
}
}