forked from dscalzi/helios-distribution-types
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "rgblauncher-distribution-types",
"version": "1.0.0",
"description": "Type interfaces for RGB Launcher's distribution specification.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"clean": "rimraf build",
"tsc": "tsc",
"build": "npm run clean && npm run tsc",
"lint": "eslint . --ext .js,.ts",
"bl": "npm run build && npm link",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Enn3Developer/rgblauncher-distribution-types.git"
},
"author": "Enn3Developer",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Enn3Developer/rgblauncher-distribution-types/issues"
},
"homepage": "https://github.com/Enn3Developer/rgblauncher-distribution-types#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"rimraf": "^4.4.0",
"typescript": "^5.0.2"
},
"files": [
"build"
]
}