-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 938 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 938 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
26
27
28
29
{
"name": "intl-io",
"version": "0.4.4",
"description": "Number and date formatting and parsing based on ECMAScript Internationalization API (Intl).",
"source": "src/index.js",
"module": "dist/intl-io.module.js",
"main": "dist/intl-io.js",
"umd:main": "dist/intl-io.umd.js",
"scripts": {
"test": "mocha",
"build": "microbundle --compress false --format modern,es,cjs,umd"
},
"files": [
"dist",
"src",
"LICENSE",
"README.md"
],
"repository": "https://github.com/codaxy/intl-io",
"author": "Codaxy",
"license": "MIT",
"devDependencies": {
"esm": "^3.2.25",
"intl": "^1.2.5",
"microbundle": "^0.15.1",
"mocha": "^10.7.3"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
}