@eddye68/studio-client
Version:
The AWS service Studio client
48 lines (47 loc) • 1.05 kB
JSON
{
"name": "@eddye68/studio-client",
"version": "1.0.10",
"description": "The AWS service Studio client",
"scripts": {
"build tsc": "tsc",
"build tsup": "tsup ./src",
"watch": "tsc -w",
"test-unit": "jest test/unit",
"test-integration": "jest test/integration",
"publish module" : "npm publish --access public"
},
"keywords": [
"Studio",
"base"
],
"author": "Eddy Edelbroek",
"license": "ISC",
"devDependencies": {
"@types/jest": "^29.5.14",
"dotenv": "^16.4.7",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"@aws-lambda-powertools/logger": "^2.13.1",
"ajv": "^8.17.1",
"uuid": "^11.0.5"
},
"files": [
"dist",
"package.json"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}