@nymphjs/nymph
Version:
Nymph.js - Nymph ORM
58 lines (57 loc) • 1.61 kB
JSON
{
"name": "@nymphjs/nymph",
"version": "1.0.0-beta.117",
"description": "Nymph.js - Nymph ORM",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"nymph",
"ORM",
"object relational mapper"
],
"scripts": {
"clean": "test -d dist && rm -r dist || true",
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "npm run clean && npm run build",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest",
"test:watch": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest --watch"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://nymph.io",
"repository": {
"type": "git",
"url": "https://forge.sciactive.com/sciactive/nymphjs.git",
"directory": "packages/nymph"
},
"author": "Hunter Perrin <hperrin@port87.com>",
"bugs": {
"url": "https://forge.sciactive.com/sciactive/nymphjs/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@nymphjs/guid": "^1.0.0-beta.117",
"@sciactive/tokenizer": "^3.0.2",
"debug": "^4.4.3",
"joi": "^18.0.2",
"locutus": "^2.0.39",
"lodash-es": "^4.17.23",
"n-readlines": "^3.4.1"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.13",
"@types/debug": "^4.1.12",
"@types/jest": "^30.0.0",
"@types/locutus": "^0.0.8",
"@types/lodash-es": "^4.17.12",
"@types/n-readlines": "^1.0.6",
"jest": "^30.2.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"gitHead": "6b1c6a672633ab763e00027cdf3768112afb823b"
}