Skip to content

Commit

Permalink
Merge pull request #1225 from Quramy/organize_npm
Browse files Browse the repository at this point in the history
chore: Organize package.json
  • Loading branch information
Quramy committed Mar 14, 2024
2 parents b9454ea + fa44261 commit 6b9e254
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 37 deletions.
16 changes: 0 additions & 16 deletions .npmignore

This file was deleted.

15 changes: 0 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 9 additions & 6 deletions package.json
Expand Up @@ -12,8 +12,15 @@
"tsgql": "lib/cli/cli.js",
"ts-graphql-plugin": "lib/cli/cli.js"
},
"typings": "lib/index.d.ts",
"types": "lib/index.d.ts",
"files": [
"webpack.js",
"lib/**/*.js",
"lib/**/*.d.ts",
"!lib/**/*.test.*"
],
"scripts": {
"prepare": "husky install",
"clean": "rimraf -g lib \"e2e/*.log\" \"*.tsbuildinfo\"",
"build": "run-s build:ts build:doc",
"build:ts": "tsc -p .",
Expand All @@ -30,10 +37,7 @@
"doc:toc": "ts-node -P tools/tsconfig.json tools/add-toc.ts",
"watch:compile": "tsc --watch -p .",
"watch:jest": "jest --watch",
"watch": "npm run run clean && run-p watch:*",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
"watch": "npm run run clean && run-p watch:*"
},
"author": "Quramy",
"license": "MIT",
Expand Down Expand Up @@ -63,7 +67,6 @@
"msw": "2.2.3",
"node-fetch": "3.3.2",
"npm-run-all2": "6.1.2",
"pinst": "3.0.0",
"prettier": "^3.2.5",
"pretty-quick": "4.0.0",
"rimraf": "5.0.5",
Expand Down

0 comments on commit 6b9e254

Please sign in to comment.