UNPKG

@bacons/xcode

Version:
52 lines (51 loc) 1.16 kB
{ "name": "@bacons/xcode", "version": "1.0.0-alpha.26", "main": "./build/index", "description": "pbxproj parser", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/EvanBacon/xcode.git" }, "author": "Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)", "keywords": [ "pbxproj", "xcodeproj", "xcode", "ios" ], "files": [ "build", "json.js", "json.d.ts" ], "dependencies": { "@expo/plist": "^0.0.18", "debug": "^4.3.4", "uuid": "^8.3.2" }, "devDependencies": { "@chevrotain/types": "10.1.1", "@expo/spawn-async": "^1.7.2", "@tsconfig/node14": "^1.0.1", "@types/debug": "^4.1.7", "@types/jest": "^27.4.1", "@types/node": "^17.0.27", "@types/react": "17.0.20", "@types/react-dom": "17.0.9", "@types/uuid": "^8.3.4", "jest": "^27.0.1", "jest-watch-typeahead": "^1.1.0", "tempy": "^0.7.1", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "typescript": "^4.6.3" }, "scripts": { "build": "tsc", "clean": "rm -rf build", "test": "jest", "prepare": "yarn clean && yarn build" } }