@rigor789/trapezedev-project
Version:
[Fork/PR] Trapeze mobile configuration API for managing projects through code
83 lines (82 loc) • 2.1 kB
JSON
{
"name": "@rigor789/trapezedev-project",
"original_name": "@trapezedev/project",
"version": "7.1.2",
"description": "[Fork/PR] Trapeze mobile configuration API for managing projects through code",
"author": "Ionic Team <hi@ionic.io> (https://ionicframework.com) ",
"license": "SEE LICENSE",
"private": false,
"files": [
"dist",
"README.md"
],
"scripts": {
"clean": "rimraf ./dist",
"build": "npm run clean && tsc",
"watch": "tsc -w",
"test": "jest"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"dependencies": {
"@ionic/utils-fs": "^3.1.5",
"@ionic/utils-subprocess": "^2.1.8",
"@prettier/plugin-xml": "^2.2.0",
"@trapezedev/gradle-parse": "7.0.10",
"@xmldom/xmldom": "^0.7.5",
"conventional-changelog": "^3.1.4",
"cross-fetch": "^3.1.5",
"cross-spawn": "^7.0.3",
"diff": "^5.1.0",
"env-paths": "^3.0.0",
"gradle-to-js": "^2.0.0",
"ini": "^2.0.0",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"mergexml": "^1.2.3",
"npm-watch": "^0.11.0",
"plist": "^3.0.4",
"prettier": "^2.7.1",
"prompts": "^2.4.2",
"replace": "^1.1.0",
"tempy": "^1.0.1",
"tmp": "^0.2.1",
"ts-node": "^10.2.1",
"xcode": "^3.0.1",
"xml-js": "^1.6.11",
"xpath": "^0.0.32",
"yargs": "^17.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ionic-team/trapeze/pull/176"
},
"jest": {
"preset": "ts-jest",
"testTimeout": 30000,
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"mjs"
],
"testMatch": [
"**/test/**/*.test.(ts|tsx|js|mjs)"
]
},
"devDependencies": {
"@types/cross-spawn": "^6.0.2",
"@types/diff": "^5.0.2",
"@types/fs-extra": "^9.0.13",
"@types/ini": "^1.3.31",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.175",
"@types/plist": "^3.0.2",
"@types/slice-ansi": "^5.0.0",
"jest": "^27.2.5",
"rimraf": "^3.0.2",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
},
"gitHead": "3b4f9f02d6a74247a5606fe1c0688c9a1ec3fd4b"
}