diff options
| author | Tim Keller <tjkeller.xyz> | 2025-05-22 17:40:47 -0500 |
|---|---|---|
| committer | Tim Keller <tjkeller.xyz> | 2025-05-22 17:40:47 -0500 |
| commit | 60bbfd2389cce7faddd4c7c0829fc14929a00cab (patch) | |
| tree | 87bad1370fcd86724438aead816c1d40612dfbd9 /package.json | |
| download | material-svg-atlas-plugin-webpack-60bbfd2389cce7faddd4c7c0829fc14929a00cab.tar.xz material-svg-atlas-plugin-webpack-60bbfd2389cce7faddd4c7c0829fc14929a00cab.zip | |
initial commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..85e2f97 --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "svg-symbol-atlas-view-plugin", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "description": "", + "devDependencies": { + "jsdom": "^26.1.0", + "webpack-sources": "^3.2.3" + } +} |
