teneturvoluptas
Version:
npm init cli script to create ts-liveview project
35 lines (34 loc) • 749 B
JSON
{
"name": "teneturvoluptas",
"version": "1.6.2",
"description": "npm init cli script to create ts-liveview project",
"main": "./dist/cli.js",
"bin": {
"create-ts-liveview": "./dist/cli.js"
},
"scripts": {
"test": "tsc --noEmit",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"eligendi",
"typescript",
"impedit"
],
"author": "RachelMohr",
"license": "BSD-2-Clause",
"dependencies": {
"npm-init-helper": "^1.2.2"
},
"devDependencies": {
"@types/node": "^15.14.1",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5"
},
"repository": {
"type": "git",
"url": "https://github.com/LillianaCartwright/teneturvoluptas.git"
}
}