27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"name": "@BridgemanAccessible/ba-web-framework",
|
|
"version": "1.0.0",
|
|
"description": "A framework for web apps built atop Node, Express and other libraries and utilties that makes creating and maintaining Bridgeman Accessible web apps easier.",
|
|
"author": "Bridgeman Accessible <info@bridgemanaccessible.ca",
|
|
"repository": "https://github.com/Bridgeman-Accessible/ba-web-framework.git",
|
|
"license": "MIT",
|
|
"main": "./index.ts",
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"build": "tsc",
|
|
"republish": "yarn build && cp package.json dist/package.json && cd dist && npm unpublish --registry https://npm.pkg.bridgemanaccessible.ca --force @BridgemanAccessible/ba-web-framework@1.0.0 && npm publish --registry https://npm.pkg.bridgemanaccessible.ca && cd ../"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2",
|
|
"fs-extra": "^11.2.0",
|
|
"jsdom": "^24.1.0",
|
|
"reflect-metadata": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^20.12.12",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|