-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
46
{
"name": "@unicef-polymer/etools-types",
"description": "Etools types",
"version": "1.11.20",
"type": "module",
"contributors": [
"eTools Team"
],
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/unicef-polymer/etools-types.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"lint:eslint": "eslint src/**",
"format:eslint": "eslint src/** --fix",
"lint": "npm run lint:eslint",
"format": "npm run format:eslint",
"prepublishOnly": "npm run lint",
"build": "tsc --skipLibCheck",
"prepare": "rm -rf ./dist && npm run build"
},
"devDependencies": {
"typescript": "^4.9.5",
"eslint": "^9.16.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.13.0",
"prettier": "^3.4.2"
},
"bugs": {
"url": "https://github.com/unicef-polymer/etools-types/issues"
},
"homepage": "https://github.com/unicef-polymer/etools-types#readme"
}