jsonld-checker
Version:
62 lines (61 loc) • 1.46 kB
JSON
{
"name": "jsonld-checker",
"homepage": "https://github.com/gjgd/jsonld-checker",
"repository": {
"type": "git",
"url": "https://github.com/gjgd/jsonld-checker",
"directory": "packages/lib"
},
"publishConfig": {
"access": "public"
},
"author": "gjgd",
"version": "0.1.8",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"module": "dist/jsonld-checker.esm.js",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint src",
"prepare": "tsdx build"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/jsonld": "^1.5.2",
"@types/node": "^14.14.27",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"eslint": "^7.2.0",
"eslint-config-airbnb-typescript": "^8.0.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"fs": "0.0.1-security",
"jest": "^25.5.4",
"path": "^0.12.7",
"ts-jest": "^26.5.1",
"ts-node": "^9.1.1",
"tsdx": "^0.14.1",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
},
"dependencies": {
"jsonld": "^5.2.0",
"node-fetch": "^2.6.1"
},
"gitHead": "74cb83b8f216553bf909b5787d2470d315f9a4a6"
}