|
- {
- "name": "basic-html-with-typescript-boilerplate",
- "version": "1.0.0",
- "description": "A starting project to set up an HTML site set up with Typescript",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "watch": "tsc -w"
- },
- "repository": {
- "type": "git",
- "url": "git@code.webtrigon.com:adwaith/basic-html-with-typescript-boilerplate.git"
- },
- "author": "Adwaith Rao P, Webtrigon Technologies Pvt. Ltd.",
- "license": "MIT",
- "devDependencies": {
- "tslint": "^6.1.3",
- "typescript": "^4.2.4"
- },
- "dependencies": {
- "sweetalert2": "^10.16.7"
- }
- }
|