UNPKG

deneric2

Version:

JSON parser

42 lines (41 loc) 1.02 kB
{ "name": "deneric2", "version": "1.4.5", "description": "JSON parser", "main": "dist/deneric.js", "types": "dist/deneric.d.ts", "repository": { "type": "git", "url": "git@github.com:duydb/deneric2.git" }, "keywords": [ "deneric", "JSON parser", "normalize" ], "bugs": { "url": "https://github.com/duydb/deneric2/issues" }, "scripts": { "test": "webpack build && mocha -r ts-node/register 'test/**/*.test.ts'", "build": "webpack build", "build2": "tsc src", "prepublish": "npm run test && npm set registry https://registry.npmjs.org" }, "author": "duydb <duydbvn@gmail.com>", "license": "ISC", "devDependencies": { "@types/chai": "^4.2.21", "@types/lodash": "^4.14.172", "@types/mocha": "^9.0.0", "@types/node": "^16.11.3", "chai": "^4.3.4", "lodash": "^4.17.21", "mocha": "^9.1.1", "ts-loader": "^9.2.6", "ts-node": "^10.2.1", "typescript": "^4.4.2", "webpack": "^5.59.1", "webpack-cli": "^4.9.1" } }