-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 962 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 962 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "scim2-parse-filter",
"version": "0.3.0",
"description": "This is a fork https://www.npmjs.com/package/scim2-filter version 0.2.0 with bug correction.",
"main": "lib/src/index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomaspoignant/scim2-parse-filter"
},
"keywords": [
"scim",
"filter"
],
"scripts": {
"watch": "mocha -r ts-node/register 'test/**/*.ts' 'src/**/*.ts' -w --watch-extensions ts",
"build": "tsc",
"test": "npm run build && mocha 'lib/test/**/*.test.js'"
},
"author": "thomas.poignant@gmail.com",
"license": "Unlicense",
"overrides": {
"diff": "8.0.3",
"serialize-javascript": "7.0.4"
},
"devDependencies": {
"@types/node": "^26.0.0",
"@types/chai": "^5.2.3",
"@types/mocha": "^10.0.10",
"chai": "^6.2.2",
"mocha": "^11.7.5",
"ts-node": "^10.9.2",
"typescript": "^7.0.2"
}
}