forked from briano1905/typings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 867 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
{
"name": "typings",
"version": "1.0.0",
"description": "<a href=\"https://typings.gg\" target=\"_blank\">typings.gg</a> is a sleek and modern typing test website. it supports many custom themes",
"main": "rollup.config.js",
"scripts": {
"build": "rollup -c",
"publish": "NODE_ENV=production rollup -c --environment BUILD:production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/briano1905/typings.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/briano1905/typings/issues"
},
"homepage": "https://github.com/briano1905/typings#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"rollup": "^2.47.0",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"apexcharts": "^3.26.1"
}
}