cpt-waffle-lotide
Version:
LoTide in Typescript
33 lines (32 loc) • 832 B
JSON
{
"name": "cpt-waffle-lotide",
"version": "1.0.0",
"description": "LoTide in Typescript",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"typescript": "tsc --watch",
"build": "tsc",
"test": "jest --config jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasiliy-klimkin/lotide-ts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vasiliy-klimkin/lotide-ts/issues"
},
"homepage": "https://github.com/vasiliy-klimkin/lotide-ts#readme",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.5",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"keywords": [ "lotide", "lighthouse", "lighthouselabs" ],
"author": "cpt.waffle"
}