-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
package.json
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
{
"name": "@imikailoby/mariflag",
"version": "2.1.1",
"description": "Versatile SVG Generator for Custom Icon Sequences. Inspired by International Maritime Signal Flags",
"author": "Mikhail Prosmitskiy",
"repository": {
"type": "git",
"url": "git+https://github.com/imikailoby/mariflag.git"
},
"main": "dist/index.min.js",
"types": "dist/index.min.d.js",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin rollup-plugin-ts",
"lint": "eslint src/",
"test": "jest",
"test:coverage": "jest --collectCoverage",
"format": "prettier . --write --log-level warn"
},
"keywords": [
"Maritime",
"flags",
"svg",
"typescript"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/eslint": "^8.56.10",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rollup": "^4.18.1",
"rollup-plugin-ts": "^3.4.5",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"engines": {
"node": "20.15.1"
}
}