@vtmn/assets
Version:
Decathlon Design System - Vitamin assets library
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "@vtmn/assets",
"version": "1.2.0",
"description": "Decathlon Design System - Vitamin assets library",
"keywords": [
"design-system",
"ui-kit",
"libraries",
"assets",
"vitamin"
],
"homepage": "https://github.com/Decathlon/vitamin-web/tree/main/packages/sources/assets",
"bugs": {
"url": "https://github.com/Decathlon/vitamin-web/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Decathlon/vitamin-web.git"
},
"license": "Apache-2.0",
"files": [
"dist"
],
"scripts": {
"prebuild": "shx rm -rf dist",
"build": "shx mkdir -p dist/assets/svg && shx cp -r src/generated/assets/svg/all/* dist/assets/svg",
"prestart": "yarn build",
"start": "chokidar \"src/**/\" -i \"**/dist/**\" -c \"yarn build\""
},
"devDependencies": {
"chokidar-cli": "^3.0.0",
"fantasticon": "^1.2.3",
"fs-extra": "^10.0.0",
"shx": "^0.3.4",
"svgo": "^2.7.0"
},
"publishConfig": {
"access": "public"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"gitHead": "10daac44b0aefd4da3448ac47057ddf59fcbe265"
}