tz-content-sdk
Version:
内容中心
32 lines (31 loc) • 766 B
JSON
{
"name": "tz-content-sdk",
"version": "0.1.23",
"description": "内容中心",
"module": "lib/index.js",
"main": "lib/index.js",
"declaration": true,
"scripts": {
"build": "npm run build:prod",
"build:prod": "__ENV__=PROD rollup -c && __ENV__=PROD yarn build:dts",
"build:dts": "rollup --config rollup.config.dts.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.3.3",
"@rollup/plugin-typescript": "^6.0.0",
"rollup": "^2.22.2",
"rollup-plugin-dts": "^1.4.9",
"tslib": "^2.0.0",
"typescript": "^4.0.2"
},
"keywords": [
"content-sdk"
],
"files": [
"package.json",
"lib"
],
"author": "bigflybrother",
"license": "ISC"
}