@nymphjs/guid
Version:
Nymph.js - GUID and Unique Code Generators
54 lines (53 loc) • 1.44 kB
JSON
{
"name": "@nymphjs/guid",
"version": "1.0.0-beta.97",
"description": "Nymph.js - GUID and Unique Code Generators",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"nymph",
"ORM",
"object relational mapper",
"guid"
],
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sciactive/nymphjs.git"
},
"author": "Hunter Perrin <hperrin@gmail.com>",
"bugs": {
"url": "https://github.com/sciactive/nymphjs/issues"
},
"license": "Apache-2.0",
"dependencies": {
"luxon": "^3.5.0",
"nanoid": "^5.0.9",
"nanoid-dictionary": "^4.3.0",
"sha1": "^1.1.1"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.8",
"@types/jest": "^29.5.14",
"@types/luxon": "^3.4.2",
"@types/nanoid-dictionary": "^4.2.3",
"@types/sha1": "^1.1.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"gitHead": "8a339687a53b05eba30efc965626bba932e073b8"
}