UNPKG

@xorsula/create-tsnode-app

Version:

Create tsnode app with elint linting and some sane defaults

32 lines (31 loc) 807 B
{ "name": "@xorsula/create-tsnode-app", "version": "1.2.3", "description": "Create tsnode app with elint linting and some sane defaults", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "build": "node build.js", "deploy": "npm run build && npx np --no-2fa" }, "bin": { "create-tsnode-app": "./indexProd.js" }, "repository": { "type": "git", "url": "git+https://github.com/JakubOrsula/create-tsnode-app.git" }, "keywords": [ "tsnode" ], "author": "Jakub Orsula", "license": "ISC", "bugs": { "url": "https://github.com/JakubOrsula/create-tsnode-app/issues" }, "homepage": "https://github.com/JakubOrsula/create-tsnode-app#readme", "dependencies": {}, "publishConfig": { "access": "public" } }