@robertoartiles/vd-tool
Version:
Android Studio Vector Drawable tool
65 lines (64 loc) • 1.31 kB
JSON
{
"name": "@robertoartiles/vd-tool",
"version": "4.1.0",
"description": "Android Studio Vector Drawable tool",
"directories": {
"lib": "lib",
"test": "tests"
},
"files": [
"dist",
"bin",
"lib",
"cli.js",
"install.js"
],
"bin": {
"vd-tool": "cli.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"prepack": "tsc",
"install": "node install.js",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobertoArtiles/vd-tool.git"
},
"keywords": [
"Android",
"Vector",
"Drawable",
"svg",
"vd-tool"
],
"author": "sebastien.tasson@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/stasson/vd-tool/issues"
},
"homepage": "https://github.com/stasson/vd-tool#readme",
"prettier": {
"singleQuote": true,
"semi": false,
"proseWrap": "always"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.2",
"typescript": "^5.5.3"
},
"dependencies": {
"execa": "^9.3.0",
"upath": "^2.0.1",
"tsx": "^4.16.2"
}
}