-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 869 Bytes
/
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
{
"name": "iconjar-exporter",
"version": "1.0.10",
"description": "",
"main": "index.js",
"devDependencies": {
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0"
},
"scripts": {
"build": "tsc --target ES6 --module commonjs --declaration --outDir \".\" --types \"node\" ./src/*.ts",
"eslint": "eslint ./src/*.ts ./index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bennetfabian/iconjar-exporter.git"
},
"author": "Bennet Robin Fabian",
"license": "MIT",
"bugs": {
"url": "https://github.com/bennetfabian/iconjar-exporter/issues"
},
"types": "./index.d.ts",
"homepage": "https://github.com/bennetfabian/iconjar-exporter#readme"
}