UNPKG

@bpa-solutions/camljs

Version:

Library for creating SharePoint CAML queries client-side. For JSOM, REST or SPServices.

48 lines (47 loc) 1.5 kB
{ "name": "@bpa-solutions/camljs", "version": "2.15.0", "description": "Library for creating SharePoint CAML queries client-side. For JSOM, REST or SPServices.", "main": "dist/camljs.js", "types": "dist/camljs.d.ts", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "build": "tsc && browserify lib/camljs.js -x xmldom -s CamlBuilder -o dist/camljs.js && tsc --declaration lib/camljs.ts --emitDeclarationOnly --outDir dist/", "test-common": "npm run build && tsc tests/Tests.ts --target es6 --module commonjs", "test-html": "npm run test-common && browserify tests/Tests.js -x xmldom -s Tests -o tests/Tests.bundle.js", "test": "npm run test-common && node tests/index.js", "clean": "del tests\\Tests.js && del tests\\Tests.bundle.js && del dist\\*.* /Q" }, "files": [ "dist/camljs.js", "dist/camljs.d.ts" ], "repository": { "type": "git", "url": "git+https://github.com/sbryois/camljs.git" }, "keywords": [ "sharepoint", "caml" ], "author": "Andrei Markeev (original), Stéphane Bryois (fixes), Léo Maradan (fixes)", "license": "MS-PL", "bugs": { "url": "https://github.com/sbryois/camljs/issues" }, "homepage": "https://github.com/sbryois/camljs#readme", "devDependencies": { "@types/node": "^9.6.6", "browserify": "^16.2.3", "diff": "^3.5.0", "sinon": "^4.5.0", "ts-unit": "^1.0.1", "typescript": "^2.8.1" }, "dependencies": { "xmldom": "^0.1.27" } }