Skip to content

Commit

Permalink
Feature: Initialize PACKAGE.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
robloxiandemo committed Nov 10, 2023
1 parent 8f385d8 commit 4c8aacc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "highlightjs-luau",
"version": "1.0.0",
"description": "Luau highlighting support plugin for highlight.js.",
"main": "src/languages/luau.js",
"scripts": {
"prettier:verify": "prettier --list-different \"{test,src}/**/*\"",
"prettier": "prettier --write \"{test,src}/**/*\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/robloxiandemo/highlightjs-luau.git"
},
"keywords": [
"Luau",
"Roblox",
"hljs",
"highlightjs",
"highlight.js"
],
"files": [
"assets",
"dist",
"src",
"test"
],
"author": "Robloxian Demo (https://github.com/robloxiandemo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/robloxiandemo/highlightjs-luau/issues"
},
"homepage": "https://github.com/robloxiandemo/highlightjs-luau#readme"
}

0 comments on commit 4c8aacc

Please sign in to comment.