@nativescript-community/ui-svg
Version:
Adds support for SVGs in your NativeScript apps.
46 lines (45 loc) • 1.38 kB
JSON
{
"name": "@nativescript-community/ui-svg",
"version": "0.2.16",
"description": "Adds support for SVGs in your NativeScript apps.",
"main": "./index",
"sideEffects": false,
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-canvas"
},
"nativescript": {
"platforms": {
"android": "6.1.0",
"ios": "6.1.0"
}
},
"scripts": {
"build": "npm run tsc && npm run readme",
"build.all": "npm run build",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/ui-svg' --parents --cwd=../../src/ui-svg && tsc --build",
"clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"svg",
"Vue"
],
"author": {
"name": "Martin Guillon",
"email": "martin@akylas.fr"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/nativescript-community/ui-canvas/issues"
},
"peerDependencies": {
"@nativescript-community/ui-canvas": "^4.6.41"
},
"gitHead": "83d8a6212eda17b3d7d8f868ae619bf0dbddb255"
}