mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
82 lines
1.2 KiB
JSON
82 lines
1.2 KiB
JSON
{
|
|
"author": "",
|
|
"dependencies": {
|
|
"@m3o/m3o-node": "^0.0.24",
|
|
"@types/estree": "^0.0.47",
|
|
"chalk": "^2.4.2",
|
|
"move-file": "^3.0.0",
|
|
"ncp": "^2.0.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.4.1",
|
|
"typescript": "^3.5.1"
|
|
},
|
|
"files": [
|
|
"esm",
|
|
"index.js",
|
|
"index.d.ts",
|
|
"address",
|
|
"answer",
|
|
"cache",
|
|
"cmd",
|
|
"crypto",
|
|
"currency",
|
|
"db",
|
|
"email",
|
|
"emoji",
|
|
"evchargers",
|
|
"event",
|
|
"file",
|
|
"forex",
|
|
"function",
|
|
"geocoding",
|
|
"gifs",
|
|
"google",
|
|
"helloworld",
|
|
"holidays",
|
|
"id",
|
|
"image",
|
|
"ip",
|
|
"location",
|
|
"mq",
|
|
"notes",
|
|
"otp",
|
|
"pkg",
|
|
"postcode",
|
|
"prayer",
|
|
"qr",
|
|
"quran",
|
|
"routing",
|
|
"rss",
|
|
"sentiment",
|
|
"sms",
|
|
"stock",
|
|
"stream",
|
|
"sunnah",
|
|
"test",
|
|
"thumbnail",
|
|
"time",
|
|
"twitter",
|
|
"url",
|
|
"user",
|
|
"vehicle",
|
|
"weather",
|
|
"youtube"
|
|
],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"module": "esm/index.js",
|
|
"name": "m3o",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m3o/m3o-js"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean \u0026\u0026 tsc \u0026\u0026 tsc --p tsconfig.es.json \u0026\u0026 node build.js",
|
|
"clean": "rimraf ./tmp",
|
|
"prepare": "npm run build"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.0.639"
|
|
} |