generated from the-holocron/stormtrooper
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "@theholocron/boba-fett",
"description": "A bounty hunter that fetches items within the Galaxy.",
"homepage": "https://github.com/the-holocron/boba-fett#readme",
"author": "Newton Koumantzelis",
"version": "0.1.0",
"main": "dist/index.js",
"files": [
"dist",
"src"
],
"repository": "https://github.com/the-holocron/boba-fett.git",
"bugs": "https://github.com/the-holocron/boba-fett/issues",
"releases": "https://github.com/the-holocron/boba-fett/releases",
"wiki": "https://github.com/the-holocron/boba-fett/wiki",
"license": "GPL-3.0",
"scripts": {
"dist": "babel src -d dist --source-maps",
"lint": "eslint . --ignore-path .gitignore",
"test": "jest"
},
"dependencies": {
"axios": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"eslint": "^8.40.0",
"eslint-plugin-compat": "^4.1.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"jest": "^29.5.0"
}
}