forked from projekt0n/github-theme-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 774 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 774 Bytes
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
{
"name": "github-theme-contrib",
"version": "1.0.2",
"description": "GitHub's themes ports and extras",
"main": "dist/index.js",
"repository": "git@github.com:projekt0n/github-theme-contrib.git",
"author": "Abdulkaiz Khatri<kaizmandhu@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --debug --respawn --transpile-only src/build.ts",
"build": "ts-node -r tsconfig-paths/register src/build.ts",
"serve": "yarn build"
},
"dependencies": {
"@primer/primitives": "^7.11.14",
"color-blend": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20.4.6",
"nodemon": "^3.0.1",
"ts-node-dev": "^2.0.0",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.1.6"
}
}