@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
62 lines (61 loc) • 1.88 kB
JSON
{
"name": "@mikezimm/fps-core-v7",
"version": "1.0.127",
"description": "Library of reusable core interfaces, types and constants migrated from fps-library-v2",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"prebuild": "ts-node generate-version.ts",
"build": "del-cli \"./?(dist|lib)\" && tsc -p ./tsconfig.json && webpack",
"package": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --config ./webpack.config.cjs",
"clean": "del-cli \"./?(dist|lib)\"",
"lint": "eslint ./src --ext .ts",
"z-publish": "echo \"! ! ! ! ! ! ! ! !\" && echo. && echo. && echo \"PLEASE PUSH YOUR COMMIT IN GITHUB DESKTOP!\" && echo. && echo. && timeout /t 16",
"version": "ts-node generate-version.ts npm run z-publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fps-solutions/fps-core-v7.git"
},
"keywords": [
"SPFx",
"Interfaces",
"Types",
"Constants"
],
"author": "Mike Zimmerman",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/fps-solutions/fps-core-v7/issues"
},
"homepage": "https://github.com/fps-solutions/fps-core-v7#readme",
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"dependencies": {},
"devDependencies": {
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"del-cli": "^5.0.0",
"eslint": "^8.23.0",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.0"
},
"files": [
"/lib",
"LICENSE.md"
]
}