UNPKG

startercodeforcicdpipeline

Version:

This is my starter code for my TYPESCRIPT CI CD PIPELINE

25 lines (24 loc) 521 B
{ "name": "startercodeforcicdpipeline", "version": "3.1.2", "description": "This is my starter code for my TYPESCRIPT CI CD PIPELINE", "main": "index.js", "scripts": { "test": "jest" }, "keywords": [ "TYPESCRIPT" ], "author": "peter@petersigurdson.net", "license": "MIT", "dependencies": { "bookstore-project": "^1.1.1" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.7.0", "ts-jest": "^29.2.5", "ts-node": "^10.9.2", "typescript": "^5.6.3" } }