UNPKG

vd-tool

Version:

Android Studio Vector Drawable tool

61 lines (60 loc) 1.22 kB
{ "name": "vd-tool", "version": "4.0.2", "description": "Android Studio Vector Drawable tool", "directories": { "lib": "lib" }, "files": [ "dist", "bin", "lib", "cli.js", "install.js" ], "bin": "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/stasson/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": "^27.0.3", "@types/node": "^12.6.9", "jest": "^27.4.5", "prettier": "^2.5.1", "standard-version": "^9.3.2", "ts-jest": "^27.1.2", "typescript": "^3.5.3" }, "dependencies": { "execa": "^2.0.3", "upath": "^1.1.2" } }