UNPKG

cnf-backend-types

Version:

A package containing types for CNF Backend (and frontend?)

30 lines 847 B
{ "name": "cnf-backend-types", "version": "0.0.4", "description": "A package containing types for CNF Backend (and frontend?)", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "src/*" ], "repository": "https://github.com/jef-srl/cnf-backend-types", "keywords": [ "types", "cnf" ], "author": "Giorgio", "license": "ISC", "homepage": "https://github.com/jef-srl/cnf-backend-types.git", "devDependencies": { "typescript": "^4.5.4", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", "eslint": "^8.7.0", "eslint-config-google": "^0.14.0" }, "dependencies": { "dayjs": "^1.10.7" } }