reallycare-shared-meds-utils
Version:
Utils for handling meds on backend and frontend
45 lines (44 loc) • 1.46 kB
JSON
{
"name": "reallycare-shared-meds-utils",
"version": "0.1.4",
"description": "Utils for handling meds on backend and frontend",
"main": "dist/RCSharedMeds",
"types": "dist/RCSharedMeds.d.ts",
"browser": "dist/RCSharedMeds.mjs",
"module": "not/dist/RCSharedMeds.mjs",
"scripts": {
"test": "mocha",
"build": "npm run clean && npm run mjs && npm run cjs && npm run umd",
"mjs": "tsc -d && cp src/RCSharedMeds.d.ts dist/ && cp src/RCSharedMeds.js dist/ && cp dist/RCSharedMeds.js dist/RCSharedMeds.mjs",
"cjs": "tsc -m commonjs",
"umd": "rollup -i dist/RCSharedMeds.mjs -o dist/RCSharedMeds.umd.js -f umd -n RCSharedMeds",
"release": "npm version patch && git push --follow-tags && npm publish",
"clean": "rm -rf dist/* && rm -f src/*.js && rm -f test/*.js && rm -f src/*.d.ts && rm -f test/*.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReallyCare/meds-utils.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ReallyCare/meds-utils/issues"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^8",
"lodash": "^4.17.11",
"mocha": "^5.2.0",
"rollup": "^1.0.0",
"rrule": "git://github.com/reallycare/rrule.git#master",
"typescript": "^3.2.2"
},
"homepage": "https://github.com/ReallyCare/meds-utils#readme",
"files": [
"dist"
],
"keywords": [
"plait",
"medication"
]
}