Skip to content

Commit

Permalink
Move installer stuff to seperate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CryogenicPlanet committed Dec 8, 2021
1 parent ea3cb92 commit 054aa46
Show file tree
Hide file tree
Showing 6 changed files with 889 additions and 818 deletions.
36 changes: 36 additions & 0 deletions installer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "tsdev-installer",
"version": "0.0.1",
"description": "The installer for tsdev, a better tsdx",
"scripts": {
"postinstall": "node dist/postinstall.js install",
"preuninstall": "node dist/postinstall.js uninstall",
"build": "esbuild --bundle scripts/postinstall.ts --outdir=dist/ --platform=node --format=cjs",
"prepare": "pnpm build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryogenicplanet/tsdev.git"
},
"keywords": [
"tsdx",
"typescript",
"boilerplate",
"code-gen",
"esbuild"
],
"author": "Rahul Tarak",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryogenicplanet/tsdev/issues"
},
"homepage": "https://github.com/cryogenicplanet/tsdev#readme",
"dependencies": {
"axios": "^0.24.0",
"decompress": "^4.2.1",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"esbuild": "^0.14.2"
}
}
Loading

0 comments on commit 054aa46

Please sign in to comment.