Helloworld/package.json

27 lines
570 B
JSON

{
"name": "hello-world",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./dist/index.js",
"build": "tsc --project tsconfig.json",
"dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.dzeio.com/Edhueppe/Helloworld.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"jimp": "^0.16.2"
},
"devDependencies": {
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}