-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@nacteam/sdfui-icons",
"version": "1.0.0",
"description": "Icons for @nacteam/sdfui",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nacteam/sdfui-icons.git"
},
"author": "Mark Fomin",
"license": "ISC",
"bugs": {
"url": "https://github.com/nacteam/sdfui-icons/issues"
},
"homepage": "https://github.com/nacteam/sdfui-icons#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@svgr/rollup": "^8.1.0",
"@types/react": "^18.2.48",
"react": "^18.2.0",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}