wfm-mobile-core
Version:
WFM Mobile Core
51 lines (50 loc) • 1.22 kB
JSON
{
"name": "wfm-mobile-core",
"version": "2.0.61",
"description": "WFM Mobile Core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"prepublishOnly:test": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"install-peers": "install-peers"
},
"repository": {
"type": "git",
"url": "https://git.goodt.me/projects/ABC/repos/wfm-mobile-core"
},
"keywords": [
"Goodt",
"ABC",
"WFM"
],
"license": "",
"devDependencies": {
"@types/jest": "^26.0.22",
"install-peers-cli": "^2.2.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.5",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"hal-types": "^1.7.4",
"mobx": ">=5.15.7"
},
"files": [
"lib/**/*"
],
"dependencies": {
"npmy": "^1.3.0"
}
}