UNPKG

835 BJSONView Raw
1{
2 "name": "@expo/logger",
3 "version": "0.0.24",
4 "main": "dist/index.js",
5 "types": "dist/index.d.ts",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "start": "yarn watch",
11 "watch": "tsc --watch --preserveWatchOutput",
12 "build": "tsc",
13 "prepack": "rm -rf dist && tsc -p tsconfig.build.json",
14 "test": "jest --config jest.config.js --passWithNoTests",
15 "test:watch": "jest --config jest.config.js --watch"
16 },
17 "author": "Expo <support@expo.io>",
18 "bugs": "https://github.com/expo/eas-build/issues",
19 "license": "BUSL-1.1",
20 "dependencies": {
21 "@expo/bunyan": "^3.0.4"
22 },
23 "devDependencies": {
24 "@types/jest": "^26.0.20",
25 "@types/node": "^16.11.26",
26 "jest": "^27.5.1",
27 "ts-jest": "^27.1.3",
28 "typescript": "^4.6.2"
29 },
30 "volta": {
31 "node": "16.13.2",
32 "yarn": "1.22.17"
33 }
34}