Files
2023-06-27 18:55:22 +02:00

21 lines
476 B
JSON

{
"name": "@znd/client",
"version": "0.2",
"description": "The typescript client for zendoblog",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "npm test",
"build": "tsc",
"dev": "tsc -w",
"prepublishOnly": "npm run build",
"publish": "npm publish --access public",
"publish:beta": "npm publish --access public --tag beta"
},
"keywords": [
"zendoblog"
],
"author": "Jordi Enric",
"license": "MIT"
}