smartrule/package.json
2024-05-29 14:15:55 +02:00

51 lines
1.1 KiB
JSON

{
"name": "@push.rocks/smartrule",
"version": "2.0.1",
"private": false,
"description": "A library for creating and managing decision trees with smart rules.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tstest": "^1.0.73",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.6.4"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"decision tree",
"rules engine",
"smart rules",
"typescript",
"nodejs",
"library"
],
"homepage": "https://code.foss.global/push.rocks/smartrule",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartrule.git"
}
}