global-id-validator
Version:
A library for validating global identifiers
61 lines (60 loc) • 1.61 kB
JSON
{
"name": "global-id-validator",
"version": "1.0.1",
"description": "A library for validating global identifiers",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"browser": "dist/index.browser.min.js",
"repository": {
"type": "git",
"url": "https://github.com/cernadasjuan/global-id-validator"
},
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "rollup -c rollup.config.cjs",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write \"src/**/*.ts\"",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"dev": "rollup -c -w",
"semantic-release": "semantic-release"
},
"keywords": [
"validator",
"global-id",
"identification"
],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.5.1",
"devDependencies": {
"@rollup/plugin-commonjs": "25.0.0",
"@rollup/plugin-node-resolve": "15.0.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "29.5.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.56.0",
"jest": "29.5.0",
"prettier": "3.0.0",
"rollup": "3.0.0",
"semantic-release": "^24.2.3",
"ts-jest": "29.1.0",
"tslib": "2.5.0",
"typescript": "5.8.2"
}
}