json-express
Version:
Parse JSON expression and transform into another forms.
38 lines (37 loc) • 915 B
JSON
{
"name": "json-express",
"version": "2.3.4",
"description": "Parse JSON expression and transform into another forms.",
"homepage": "https://github.com/elfrog/json-express",
"bugs": "https://github.com/elfrog/json-express/issues",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"/lib"
],
"scripts": {
"build": "tsc",
"test": "mocha -s 0 --require ts-node/register 'src/**/*.test.ts'"
},
"keywords": [],
"author": {
"name": "Baek Jonghyeon",
"email": "elfrog.jh@gmail.com",
"url": "https://github.com/elfrog"
},
"license": "MIT",
"dependencies": {
"eventemitter3": "^4.0.7",
"md5": "^2.3.0",
"moment": "^2.29.1",
"typify": "^0.2.10"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^11.15.31",
"mocha": "^6.2.3",
"pegjs": "^0.10.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}