@tybys/oid
Version:
Use MongoDB ObjectID without installing bson.
64 lines (63 loc) • 1.76 kB
JSON
{
"name": "@tybys/oid",
"version": "4.0.0",
"bin": {
"oid": "./bin/oid.js"
},
"description": "Use MongoDB ObjectID without installing bson.",
"jsdelivr": "./dist/oid.js",
"unpkg": "./dist/oid.js",
"typings": "./dist/oid.d.ts",
"module": "./dist/oid.esm-bundler.js",
"main": "index.js",
"keywords": [
"bson",
"objectid",
"oid"
],
"scripts": {
"test": "mocha ./test/test.js",
"tsc": "tsc -p test/ts",
"webpack": "webpack --entry ./test/webpack/index.js --mode none -o ./test/webpack/&&node ./test/webpack/main.js",
"prepare": "npm run build",
"cjs": "tsgo cjs",
"esm": "tsgo esm",
"umd": "tsgo umd",
"dts": "tsgo dts",
"doc": "tsgo doc",
"watch": "tsgo watch",
"build": "tsgo build",
"lint": "tsgo lint",
"fix": "tsgo fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toyobayashi/oid.git"
},
"author": "toyobayashi",
"license": "MIT",
"bugs": {
"url": "https://github.com/toyobayashi/oid/issues"
},
"homepage": "https://github.com/toyobayashi/oid/tree/master/js#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@tybys/tsgo": "^0.11.1",
"@types/node": "^14.14.41",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.24.0",
"eslint-config-standard-with-typescript": "^20.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"mocha": "^8.4.0",
"rollup": "^2.47.0",
"should": "^13.2.3",
"typescript": "~4.2.4",
"webpack": "^5.36.2",
"webpack-cli": "^4.7.0"
}
}