Picsur/shared/package.json

23 lines
506 B
JSON
Raw Normal View History

2022-02-24 21:56:27 +00:00
{
"private": false,
"name": "imagur-shared",
"version": "1.0.0",
"description": "Shared libraries for Imagur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Imagur",
"author": "Rubikscraft <contact@rubikscraft.nl>",
"type": "commonjs",
"main": "./dist/index.js",
"dependencies": {
"tsc-watch": "^4.6.0"
},
"devDependencies": {
"@types/node": "^17.0.20",
"typescript": "^4.5.5"
},
"scripts": {
"start": "tsc-watch",
"build": "tsc"
}
}