-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
27
28
29
{
"name": "@mineskin/types",
"version": "1.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"scripts": {
"build": "yarn tsc",
"test": "echo \"no test specified\" && exit 0",
"release": "commit-and-tag-version"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"repository": "https://github.com/MineSkin/mineskin-types.git",
"author": {
"name": "Haylee Schäfer",
"email": "[email protected]",
"url": "https://inventivetalent.org"
},
"devDependencies": {
"@types/node": "^20.14.9",
"commit-and-tag-version": "^12.4.1",
"nodemon": "^3.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3"
},
"packageManager": "[email protected]"
}