Skip to content

Commit

Permalink
More meta in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
saksmt committed Feb 4, 2021
1 parent 5673dc8 commit d392d45
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion typing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
"version": "0.0.1-rc1",
"description": "typescript type declarations for awesomewm (4.3) based on typescript-to-lua",
"main": "",
"bugs": {
"url": "https://github.com/saksmt/awesomewm.d.ts/issues"
},
"homepage": "https://github.com/saksmt/awesomewm.d.ts",
"keywords": [
"awesomewm",
"awesome",
"typescript",
"tstl"
],
"readme": "../README.md",
"repository": {
"url": "git@github.com:saksmt/awesomewm.d.ts.git",
"type": "git"
},
"scripts": {
"format": "prettier --write .",
"format-check": "prettier --check .",
Expand All @@ -13,7 +28,11 @@
"**/*.ts"
],
"types": "index.d.ts",
"author": "saksmt <smt@saksmt.dev>",
"author": {
"name": "Kirill Saksin",
"email": "smt@saksmt.dev",
"url": "https://saksmt.dev"
},
"license": "MIT",
"prettier": {
"trailingComma": "all",
Expand Down

0 comments on commit d392d45

Please sign in to comment.