UNPKG

1.85 kBJSONView Raw
1{
2 "name": "@firebase/util",
3 "version": "1.4.3",
4 "description": "",
5 "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
6 "main": "dist/index.node.cjs.js",
7 "browser": "dist/index.esm2017.js",
8 "module": "dist/index.esm2017.js",
9 "esm5": "dist/index.esm5.js",
10 "exports": {
11 ".": {
12 "node": {
13 "import": "./dist/node-esm/index.node.esm.js",
14 "require": "./dist/index.node.cjs.js"
15 },
16 "esm5": "./dist/index.esm5.js",
17 "default": "./dist/index.esm2017.js"
18 },
19 "./package.json": "./package.json"
20 },
21 "files": [
22 "dist"
23 ],
24 "scripts": {
25 "lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
26 "lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
27 "build": "rollup -c",
28 "build:deps": "lerna run --scope @firebase/util --include-dependencies build",
29 "dev": "rollup -c -w",
30 "test": "run-p lint test:all",
31 "test:ci": "node ../../scripts/run_tests_in_ci.js -s test:all",
32 "test:all": "run-p test:browser test:node",
33 "test:browser": "karma start --single-run",
34 "test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js"
35 },
36 "license": "Apache-2.0",
37 "dependencies": {
38 "tslib": "^2.1.0"
39 },
40 "devDependencies": {
41 "rollup": "2.57.0",
42 "rollup-plugin-typescript2": "0.30.0",
43 "typescript": "4.2.2"
44 },
45 "repository": {
46 "directory": "packages/util",
47 "type": "git",
48 "url": "https://github.com/firebase/firebase-js-sdk.git"
49 },
50 "bugs": {
51 "url": "https://github.com/firebase/firebase-js-sdk/issues"
52 },
53 "typings": "dist/index.d.ts",
54 "nyc": {
55 "extension": [
56 ".ts"
57 ],
58 "reportDir": "./coverage/node"
59 }
60}
\No newline at end of file