forked from badrap/bar-of-progress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 739 Bytes
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
{
"name": "@yahav/bar-of-progress",
"version": "0.1.2",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
"module": "dist/index.mjs",
"source": "src/index.ts",
"repository": "badrap/bar-of-progress",
"author": "Joachim Viide <jviide@iki.fi>",
"license": "MIT",
"scripts": {
"lint": "eslint --ignore-path .gitignore --max-warnings 0 --ext=.js,.ts src",
"build": "rimraf dist && microbundle"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"microbundle": "^0.13.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2"
}
}