@excentone/spfx-value-types
Version:
Contain common value types used when developing SharePoint Framework (SPFx) Web components.
64 lines (63 loc) • 1.85 kB
JSON
{
"name": "@excentone/spfx-value-types",
"version": "0.1.0-alpha.7",
"description": "Contain common value types used when developing SharePoint Framework (SPFx) Web components.",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"README.md"
],
"scripts": {
"lint": "gulp lint",
"clean": "gulp clean",
"build": "gulp build",
"test": "jest --coverage --verbose --forceExit --config ./config/jest.config.json",
"prepublish": "gulp lint && gulp build"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/excentone/internal/libraries/js/spfx/sp-value-types.git"
},
"keywords": [
"excent-one",
"internal",
"sharepoint",
"spfx",
"value-types"
],
"author": {
"name": "Benedict Semilla",
"email": "benedict.semilla@excentone.com"
},
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/excentone/internal/libraries/js/spfx/sp-value-types/issues"
},
"homepage": "https://gitlab.com/excentone/internal/libraries/js/spfx/sp-value-types#readme",
"devDependencies": {
"@excentone/spfx-utilities": "^0.1.0-alpha.23",
"@types/gulp": "4.0.13",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"del": "6.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.8.0",
"gulp": "4.0.2",
"gulp-eslint7": "0.3.2",
"gulp-sourcemaps": "3.0.0",
"gulp-typescript": "4.0.0",
"jest": "27.5.1",
"jest-junit": "13.0.0",
"merge2": "1.4.1",
"prettier": "2.8.8",
"ts-jest": "27.1.3",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"peerDependencies": {
"@excentone/spfx-utilities": ">=0.1.0-alpha.X <1.0.0"
}
}