UNPKG

895 BJSONView Raw
1{
2 "name": "@expo/eas-build-job",
3 "version": "0.2.15",
4 "main": "dist/index.js",
5 "types": "dist/index.d.ts",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "start": "yarn watch",
11 "watch": "yarn compile --watch --preserveWatchOutput",
12 "build": "npm run clean && npm run compile",
13 "clean": "rm -rf ./dist",
14 "clean-all": "yarn clean && rm -rf node_modules",
15 "compile": "tsc -p tsconfig.build.json",
16 "prepublishOnly": "npm run build",
17 "test:unit": "./resources/jest --config jest.config.unit.js",
18 "test:unit:watch": "./resources/jest --config jest.config.unit.js --watch"
19 },
20 "volta": {
21 "node": "14.15.1",
22 "yarn": "1.22.10"
23 },
24 "devDependencies": {
25 "@types/jest": "^26.0.20",
26 "@types/node": "^14.14.31",
27 "jest": "^26.6.3",
28 "ts-jest": "^26.5.1",
29 "typescript": "^4.1.5"
30 },
31 "dependencies": {
32 "@hapi/joi": "^17.1.1"
33 }
34}