forked from thomaspoignant/scim2-parse-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 853 Bytes
/
package.json
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
{
"name": "scim2-parse-filter",
"version": "0.2.5",
"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",
"devDependencies": {
"@types/chai": "^4.2.12",
"@types/mocha": "^9.0.0",
"chai": "^4.2.0",
"mocha": "^10.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.0.2"
}
}