sp-jsom-node
Version:
SharePoint JavaScript Object Model for Node.js
60 lines (59 loc) • 1.66 kB
JSON
{
"name": "sp-jsom-node",
"description": "SharePoint JavaScript Object Model for Node.js",
"version": "4.0.0",
"main": "./dist/index.js",
"typings": "./dist/index",
"scripts": {
"build": "npm run lint && npm run clean && npm run tsc",
"lint": "tslint -p .",
"tsc": "tsc -p .",
"clean": "rimraf ./dist",
"test:init": "ts-node ./test/init --init",
"test": "npm run test:init && mocha --config test/.mocharc.json || ECHO.",
"test:ci": "mocha --config test/.mocharc.json --ci || ECHO.",
"update-assets": "ts-node ./scripts/downloadAssets.ts"
},
"keywords": [
"sharepoint",
"jsom",
"csom",
"api",
"nodejs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/koltyakov/sp-jsom-node.git"
},
"author": "Andrew Koltyakov <andrew.koltyakov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/koltyakov/sp-jsom-node/issues"
},
"homepage": "https://github.com/koltyakov/sp-jsom-node#readme",
"dependencies": {
"@types/sharepoint": "^2016.1.9",
"cpass": "^2.3.0",
"node-sp-auth": "^3.0.4",
"node-sp-auth-config": "^3.0.1",
"sp-request": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.19",
"@types/core-js": "^2.5.4",
"@types/dotenv": "^8.2.0",
"@types/lodash.merge": "^4.6.6",
"@types/mocha": "^8.2.2",
"@types/node": "^15.12.5",
"@types/request": "2.48.5",
"chai": "^4.3.4",
"colors": "^1.4.0",
"dotenv": "^10.0.0",
"mkdirp": "^1.0.4",
"mocha": "^9.0.1",
"rimraf": "^3.0.2",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"typescript": "^4.3.4"
}
}