-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 886 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
{
"name": "@minecodes/imp",
"version": "1.0.0",
"description": "This is a list of examples of my IMP classes.",
"repository": "git://github.com/Minecodes/IMP.git",
"author": "Minecodes",
"registry": "https://npm.pkg.github.com",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"publisher": "Minecodes",
"badges": [
"https://img.shields.io/github/package-json/v/Minecodes/IMP?style=for-the-badge"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
{
"type": "GPL-3.0",
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
},
{
"type": "BSD-2-Clause",
"url": "https://opensource.org/licenses/BSD-2-Clause"
}
],
"scripts": {
"build": "tsc"
},
"license": "GPL-3.0",
"devDependencies": {
"typescript": "^4.5.4"
}
}