Skip to content

Commit

Permalink
add metadata & 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slofp committed Dec 29, 2023
1 parent 6960f42 commit 927bde6
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "@slofp/aijs",
"version": "0.0.1",
"description": "",
"description": "JavaScript to AiScript Converter",
"version": "0.1.0",
"author": "(Fairy)Phy.Secineralyr",
"homepage": "https://slofp.github.io/AiJs/",
"repository": {
"type": "git",
"url": "git+https://github.com/slofp/AiJs.git"
},
"keywords": [
"JavaScript",
"AiScript",
"Converter"
],
"license": "MIT",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -13,9 +25,6 @@
"fix": "eslint --ext .ts,.svelte --fix .",
"prepublish": "pnpm build"
},
"keywords": [],
"author": "(Fairy)Phy.Secineralyr",
"license": "MIT",
"devDependencies": {
"@prettier/sync": "0.3.0",
"@typescript-eslint/eslint-plugin": "6.16.0",
Expand Down

0 comments on commit 927bde6

Please sign in to comment.