mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 12:40:21 +03:00
14 lines
372 B
JSON
14 lines
372 B
JSON
{
|
|
"name": "@svg-sprites-fixtures/standalone",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"sprites": "svg-sprites src/sprite/svg-sprite.config.json",
|
|
"build": "npm run sprites && node build.mjs",
|
|
"dev": "npm run build && node ../../scripts/serve-static.mjs dist 4173"
|
|
},
|
|
"devDependencies": {
|
|
"@gromlab/svg-sprites": "file:../../.."
|
|
}
|
|
}
|