UNPKG

2.25 kBJSONView Raw
1{
2 "name": "@bearer/core",
3 "version": "0.111.0",
4 "description": "Bearer Core",
5 "main": "lib/main.js",
6 "types": "lib/index.d.ts",
7 "module": "lib/main.es.js",
8 "author": "Bearer Team<engineering@bearer.sh>",
9 "repository": "Bearer/bearer",
10 "homepage": "https://github.com/Bearer/bearer/packages/core#readme",
11 "license": "MIT",
12 "files": [
13 "lib/"
14 ],
15 "scripts": {
16 "clean": "rm -rf lib/",
17 "start": "yarn build -w",
18 "build": "rollup -c",
19 "prepack": "yarn clean && BUILD=distribution NODE_ENV=production yarn build",
20 "prepare": "yarn clean && yarn build",
21 "test": "jest --colors",
22 "test:ci": "jest --coverage --runInBand --colors"
23 },
24 "jest": {
25 "moduleFileExtensions": [
26 "ts",
27 "tsx",
28 "js"
29 ],
30 "transform": {
31 "^.+\\.(ts|tsx)$": "<rootDir>/preprocessor.js"
32 },
33 "testMatch": [
34 "**/__tests__/*.+(ts|tsx|js)"
35 ],
36 "setupFiles": [
37 "./jest.setup.js"
38 ]
39 },
40 "devDependencies": {
41 "@bearer/js": "^0.111.0",
42 "@types/fbemitter": "^2.0.32",
43 "@types/jest": "^24.0.11",
44 "@types/lodash.get": "^4.4.6",
45 "@types/lodash.merge": "^4.6.6",
46 "@types/lodash.template": "^4.4.6",
47 "@types/node": "10.12.18",
48 "dotenv": "^6.2.0",
49 "jest": "^24.7.1",
50 "jest-fetch-mock": "^2.1.2",
51 "per-env": "^1.0.2",
52 "rollup": "^1.4.1",
53 "rollup-plugin-commonjs": "^9.2.1",
54 "rollup-plugin-copy": "^0.2.3",
55 "rollup-plugin-env": "^0.21.4",
56 "rollup-plugin-filesize": "^6.0.1",
57 "rollup-plugin-html-entry": "^0.2.0",
58 "rollup-plugin-node-resolve": "^4.0.1",
59 "rollup-plugin-replace": "^2.1.0",
60 "rollup-plugin-strip": "^1.2.0",
61 "rollup-plugin-terser": "^4.0.4",
62 "rollup-plugin-typescript2": "^0.19.3",
63 "rollup-watch": "^4.3.1",
64 "ts-jest": "^24.0.1",
65 "tslint": "^5.15.0",
66 "typescript": "^3.4.1"
67 },
68 "dependencies": {
69 "@bearer/logger": "^0.111.0",
70 "@bearer/types": "^0.111.0",
71 "@stencil/core": "0.11.2",
72 "fbemitter": "^2.1.1",
73 "lodash.get": "^4.4.2",
74 "lodash.merge": "^4.6.1",
75 "lodash.template": "^4.4.0",
76 "post-robot": "^8.0.26"
77 },
78 "peerDependencies": {
79 "@bearer/js": ">=0.96.1"
80 },
81 "gitHead": "60daf46e8781c3d6ca49def23fa862ef1a2ef232"
82}