-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 841 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 841 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": "pokemonteamsyntax",
"version": "3.1.0",
"description": "Syntax highlighting for Pokemon Team's importables in Sublime Text, by setting the syntax on the lower right corner, or saving the file with the .pktm extension.",
"main": "build.js",
"type": "module",
"dependencies": {
"fs": "^0.0.2",
"plist": "^3.0.2",
"pokemon-showdown": "github:smogon/pokemon-showdown#master"
},
"devDependencies": {},
"scripts": {
"start": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forsureitsme/PokemonTeamSyntax.git"
},
"author": "Pedro Cardoso da Silva (@forsureitsme)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/forsureitsme/PokemonTeamSyntax/issues"
},
"homepage": "https://github.com/forsureitsme/PokemonTeamSyntax#readme"
}