@aptly-as/types
Version:
Aptly types and enums
42 lines • 1.03 kB
JSON
{
"name": "@aptly-as/types",
"version": "3.7.5",
"description": "Aptly types and enums",
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"module": "./index.js",
"author": "Emil A. Olsen <emil@aptly.as>",
"devDependencies": {
"@aws-sdk/client-s3": "^3.598.0",
"cloudinary": "^1.41.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aptly-as/types.git"
},
"keywords": [
"typescript",
"aptly",
"types"
],
"bugs": {
"url": "https://github.com/aptly-as/types/issues"
},
"homepage": "https://github.com/aptly-as/types#readme",
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"scripts": {
"dev": "pnpm start",
"start": "pnpm build:watch",
"build": "tsc",
"build:watch": "tsc --watch --incremental",
"postversion": "git push && git push --tags",
"prepublish": "pnpm run build"
}
}