mirror of
https://github.com/jordienr/zenblog.git
synced 2026-08-30 02:34:25 -05:00
21 lines
476 B
JSON
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"
|
|
}
|