40 lines
885 B
JSON
40 lines
885 B
JSON
{
|
|
"name": "ids",
|
|
"version": "1.0.5",
|
|
"description": "Simple id generation and caching",
|
|
"scripts": {
|
|
"all": "run-s lint test bundle",
|
|
"lint": "eslint .",
|
|
"bundle": "microbundle --no-compress --name Ids --external none",
|
|
"test": "mocha -r esm test"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "index.d.ts",
|
|
"module": "dist/index.esm.js",
|
|
"umd:main": "dist/ids.umd.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bpmn-io/ids"
|
|
},
|
|
"keywords": [
|
|
"id",
|
|
"ids",
|
|
"id-generator"
|
|
],
|
|
"author": {
|
|
"name": "Nico Rehwaldt",
|
|
"url": "https://github.com/Nikku"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-plugin-bpmn-io": "^0.5.2",
|
|
"esm": "^3.0.84",
|
|
"hat": "0.0.3",
|
|
"microbundle": "^0.9.0",
|
|
"mocha": "^5.1.1",
|
|
"npm-run-all": "^4.1.3"
|
|
}
|
|
}
|