@pragma.tools/pbxproj
Version:
Parser and serializer for .pbxproj files with customizing comment strategies
48 lines (47 loc) • 997 B
JSON
{
"name": "@pragma.tools/pbxproj",
"version": "1.0.0",
"description": "Parser and serializer for .pbxproj files with customizing comment strategies",
"type": "module",
"main": "src/index.js",
"bin": {
"pbxproj": "src/cli.js"
},
"scripts": {
"test": "vitest",
"test:run": "vitest run",
"test:watch": "vitest --watch"
},
"keywords": [
"pbxproj",
"xcode",
"parser",
"ios",
"macos"
],
"author": "Denis Kreshikhin <denis@kreshikhin.com>",
"license": "MIT",
"dependencies": {
"fast-glob": "^3.3.3"
},
"devDependencies": {
"prettier": "^3.6.2",
"vitest": "^3.2.4"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pragma-tools/pbxproj.git"
},
"bugs": {
"url": "https://github.com/pragma-tools/pbxproj/issues"
},
"homepage": "https://github.com/pragma-tools/pbxproj#readme",
"files": [
"src/",
"README.md",
"LICENSE"
]
}