air-thai-api
Version:
Find PM2.5 around us
53 lines (52 loc) • 1.39 kB
JSON
{
"name": "air-thai-api",
"version": "1.0.1",
"author": "Dusadee Srijulpo <dusadee.srj@gmail.com>",
"description": "Find PM2.5 around us",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "nodemon",
"test": "jest --config jestconfig.json",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"dependencies": {
"axios": "^0.19.2",
"nodemon": "^2.0.3"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.13.5",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"ts-jest": "^25.5.1",
"ts-node": "^8.10.1",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olustrrax/air-thai-api.git"
},
"keywords": [
"Air",
"PM2.5",
"AirThai"
],
"bugs": {
"url": "https://github.com/olustrrax/air-thai-api/issues"
},
"homepage": "https://github.com/olustrrax/air-thai-api#readme"
}