@silver886/type-json
Version:
TypeScript definitions for JSON
30 lines • 826 B
JSON
{
"name": "@silver886/type-json",
"version": "1.0.4",
"description": "TypeScript definitions for JSON",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"type",
"json"
],
"author": {
"name": "Leo Liu",
"email": "karta1041337@gmail.com"
},
"license": "unlicense",
"homepage": "https://github.com/microsoft/TypeScript/issues/1897",
"devDependencies": {
"@silver886/eslint-config": "^2.0.0",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"eslint": "^8.5.0",
"leasot": "^12.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"scripts": {
"comments": "leasot --ignore node_modules/** .git/** --tags NOTE OPTIMIZE TODO HACK XXX FIXME BUG --filetype .ts **"
}
}