UNPKG

955 BJSONView Raw
1{
2 "name": "@expo/template-file",
3 "version": "0.1.23",
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",
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 "fs-extra": "^10.0.1",
22 "lodash": "^4.17.20"
23 },
24 "devDependencies": {
25 "@types/fs-extra": "^9.0.13",
26 "@types/jest": "^26.0.20",
27 "@types/lodash": "^4.14.167",
28 "@types/lodash.template": "^4.4.6",
29 "@types/node": "^16.11.26",
30 "jest": "^27.5.1",
31 "ts-jest": "^27.1.3",
32 "typescript": "^4.6.2"
33 },
34 "volta": {
35 "node": "16.13.2",
36 "yarn": "1.22.17"
37 }
38}