-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "@fedeghe/leonardo",
"version": "1.1.0",
"description": "A simple library to draw sgv programmatically",
"main": "dist/index.js",
"author": "Federico Ghedina <fedeghe@gmail.com>",
"license": "MIT",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "jest --roots ./tests",
"watch": "jest --watch --roots ./tests",
"cover": "jest --coverage --roots ./tests",
"coverw": "jest --coverage --watch --roots ./tests",
"start": "malta source/start.json",
"build": "malta source/build.json",
"clean": "malta source/clean.json"
},
"devDependencies": {
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"malta": "^4.1.37",
"malta-browser-refresh": "^1.2.16",
"malta-del": "^1.0.7",
"malta-dev-srv": "^1.1.8",
"malta-header-comment": "^1.0.12",
"malta-js-uglify": "^1.0.13",
"malta-less": "^1.0.12",
"malta-svg2png": "^1.0.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedeghe/leonardo.git"
},
"keywords": [
"SVG",
"create",
"scalable",
"vector",
"graphics"
],
"bugs": {
"url": "https://github.com/fedeghe/leonardo/issues"
},
"homepage": "https://github.com/fedeghe/leonardo#readme"
}