-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
40
41
42
43
44
45
{
"name": "formatters",
"version": "1.0.3",
"description": "A javascript library for formatting and manipulating.",
"main": "dist/formatters.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Onix-Systems/formatters.git"
},
"keywords": [
"format",
"formatter",
"number",
"number-format",
"list-format",
"date",
"datetime"
],
"browserslist": "> 0.2%",
"author": "Checha Valerii",
"license": "ISC",
"bugs": {
"url": "https://github.com/Onix-Systems/formatters/issues"
},
"homepage": "https://github.com/Onix-Systems/formatters#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/runtime-corejs3": "^7.15.3",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"es6-promise-promise": "^1.0.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}