mapper-json-c
Version:
mapper for json
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "mapper-json-c",
"version": "1.4.2",
"description": "mapper for json",
"main": "build/index.js",
"types": "build/index.d.ts",
"author": "ChenQiang",
"license": "Anti-996License",
"scripts": {
"dev": "tsc --watch",
"test": "cross-env TS_NODE_PROJECT='test/tsconfig.test.json' mocha test/**/**.test.ts",
"build": "npm run clean && tsc",
"clean": "rimraf build"
},
"repository": {
"type": "git",
"url": "git+hhttps://github.com/cqzyl/mapper-json-c.git"
},
"homepage": "https://github.com/cqzyl/mapper-json-c#readme",
"mocha": {
"require": [
"ts-node/register",
"tsconfig-paths/register"
],
"ui": "bdd"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"mocha": "^11.1.0",
"rimraf": "^3.0.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.4"
},
"dependencies": {
"dayjs": "^1.11.13",
"reflect-metadata": "^0.1.13"
},
"keywords": [
"json-mapper",
"jsonMapper",
"mapper-json",
"typescript-json",
"json-adapter",
"json-transformer",
"api-mapper",
"api-adapter"
]
}