UNPKG

rjs3

Version:

tools for generative natural language

59 lines (58 loc) 1.29 kB
{ "name": "rjs3", "version": "1.0.67", "author": "Daniel C Howe", "description": "tools for generative natural language", "homepage": "https://rednoise.org/rita", "license": "GPL-3.0", "type": "module", "scripts": { "test": "NODE_ENV=dev mocha", "test:dist": "NODE_ENV=dev mocha test/dist", "build": "rm -rf dist/ && npx tsup", "types": "npx tsc", "pub": "np patch" }, "main": "dist/rita.js", "exports": { ".": { "import": "./dist/rita.js", "require": "./dist/rita.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/dhowe/rjs3.git" }, "engines": { "node": ">=14.0" }, "keywords": [ "natural language", "generative text", "text analysis" ], "bugs": { "url": "https://github.com/dhowe/ritajs/issues" }, "browser": "./dist/riscript.iife.min.js", "devDependencies": { "@types/chai": "^4.3.9", "@types/mocha": "^10.0.3", "@types/node": "^20.8.10", "chai": "^4.3.10", "esbuild-plugin-version-injector": "^1.2.1", "mocha": "^10.2.0", "np": "^8.0.4", "tsup": "^7.2.0", "typescript": "^5.2.2" }, "dependencies": { "flatted": "^3.2.9", "riscript": "^1.0.6" } }