-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.35 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "phosphor-css",
"version": "3.1.0",
"description": "🧩 CSS integration of a flexible icon family for the web.",
"files": [
"assets",
"css",
"sass",
"less",
"README.md",
"LICENSE"
],
"license": "MIT",
"scripts": {
"release": "pnpx @changesets/cli publish",
"build": "ts-node src/index",
"test": "jest",
"prepare": "husky install",
"lint": "eslint ./src/ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucagoslar/phosphor-css.git"
},
"keywords": [
"phosphor",
"phosphor-icons",
"icons",
"sass",
"css",
"less",
"scss"
],
"author": "Luca Goslar <47827429+lucagoslar@users.noreply.github.com>",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/csso": "^5.0.4",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/less": "^3.0.6",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"csso": "^5.0.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fs-extra": "^11.2.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-node-single-context": "^29.4.0",
"jest-extended": "^4.0.2",
"less": "^4.2.0",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
}
}