-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpkg.json
32 lines (32 loc) · 967 Bytes
/
pkg.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
{
"name": "simple-spinners",
"version": "1.0.4",
"description": "CLI Utility spinners with no dependencies.",
"main": "dist/Spin.js",
"author": "Omar Omeiri",
"license": "MIT",
"homepage": "https://github.com/OmarOmeiri/simple-spinners.git",
"repository": {
"type": "git",
"url": "https://github.com/OmarOmeiri/simple-spinners.git"
},
"bugs": {
"url": "https://github.com/OmarOmeiri/simple-spinners/issues"
},
"scripts": {
"build": "sh ./utils/build.sh",
"bump": "node ./utils/bumpVersion.js",
"pub": "sh ./utils/publish.sh"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.4.0",
"typescript": "^4.2.4"
}
}