UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@expo/android-manifest",
3 "version": "0.2.5",
4 "description": "A library for interacting with the app.json",
5 "main": "build/Manifest.js",
6 "types": "build/Manifest.d.ts",
7 "scripts": {
8 "watch": "tsc --watch",
9 "build": "tsc",
10 "prepare": "yarn run clean && yarn build",
11 "clean": "rm -rf build ./tsconfig.tsbuildinfo",
12 "lint": "eslint .",
13 "test": "jest"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/expo/expo-cli.git",
18 "directory": "packages/android-manifest"
19 },
20 "keywords": [
21 "json",
22 "react-native",
23 "expo",
24 "android-manifest",
25 "android",
26 "react"
27 ],
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/expo/expo-cli/issues"
31 },
32 "homepage": "https://github.com/expo/expo-cli/tree/master/packages/android-manifest#readme",
33 "files": [
34 "build"
35 ],
36 "dependencies": {
37 "fs-extra": "^7.0.1",
38 "xml2js": "^0.4.23"
39 },
40 "devDependencies": {
41 "@expo/babel-preset-cli": "^0.2.5",
42 "@types/xml2js": "^0.4.5"
43 },
44 "publishConfig": {
45 "access": "public"
46 }
47}