scim2-filter
Version:
scim 2.0 filter parser
33 lines (32 loc) • 761 B
JSON
{
"name": "scim2-filter",
"version": "0.2.0",
"description": "scim 2.0 filter parser",
"main": "lib/src/index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nazoking/scim2-filter.git"
},
"keywords": [
"scim"
],
"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": "nazoking@gmail.com",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.1",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"ts-node": "^8.3.0",
"typescript": "^3.6.2"
},
"dependencies": {}
}