@jswork/apply7-frontend-sdk
Version:
Sdk for apply7 frontend.
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "@jswork/apply7-frontend-sdk",
"version": "1.0.52",
"description": "Sdk for apply7 frontend.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "bun test",
"release": "release-it"
},
"license": "MIT",
"devDependencies": {
"@jswork/next": "^1.2.6",
"@jswork/rollup-banner": "^1.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.3.101",
"@types/jest": "^29.5.12",
"@types/node": "^18.15.5",
"rollup": "^4.9.6",
"tslib": "^2.6.2",
"tsup": "^8.0.1",
"typescript": "^4.9.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@jswork/tree-utils": "^1.1.12"
},
"keywords": [
"ai",
"apply7",
"applyai",
"frontend",
"sdk",
"web",
"bussiness",
"bussiness-logic"
]
}