short-objectid
Version:
The idea of this project is make your details route easier 🥰 ..
60 lines (59 loc) • 1.49 kB
JSON
{
"name": "short-objectid",
"version": "5.0.0",
"description": " The idea of this project is make your details route easier 🥰 .. ",
"main": "dist/src/index.js",
"files": [
"dist/src",
"README.md"
],
"scripts": {
"test": "mocha --require ts-node/register test/**/*.spec.ts",
"test:watch": "npm run test -- --watch",
"build": "tsc",
"build:watch": "tsc --watch",
"cover": "istanbul cover node_modules/mocha/bin/_mocha dist/**/*.js",
"ci": "npm run build && npm run cover",
"postversion": "git push && git push --tags",
"prepublishOnly": "npm run ci",
"preversion": "npm run ci"
},
"keywords": [
"mongodb",
"mongo",
"mongoose",
"objectId",
"short-id",
"compress-object",
"tiny",
"unique-id",
"uuid",
"tiny-id",
"javascript",
"typescript"
],
"author": {
"name": "imed jaberi",
"email": "3imed.jaberi@gmail.com",
"url": "https://www.3imed-jaberi.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/3imed-jaberi/Short-ObjectId.git"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/istanbul": "^0.4.30",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.2",
"chai": "^4.2.0",
"istanbul": "^0.4.5",
"mocha": "^7.1.1",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
},
"engines": {
"node": ">= 8"
}
}