UNPKG

@myoxine/core

Version:
46 lines (45 loc) 1.19 kB
{ "name": "@myoxine/core", "version": "1.0.26", "description": "> TODO: description", "author": "Hadi Halim <pr4.playbook88@gmail.com>", "homepage": "", "license": "MIT", "main": "index.js", "types": "index.d.ts", "files": [ "**/*" ], "publishConfig": { "access": "public", "directory": "dist" }, "scripts": { "format": "prettier --write \"src/**/*.ts\"", "build": "tsc -p tsconfig.json", "test": "jest --config jestconfig.json", "version": "npm run format && git add -A src", "prepublishOnly": "npm run build && copy package.json dist", "postpublish": "del dist\\package.json", "watch": "tsc -w -p .", "clean": "rm -rf dist/*" }, "repository": { "type": "git", "url": "https://github.com/myoxine/myoxine.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/myoxine/myoxine/issues" }, "gitHead": "aece490991469ba368ef6d66cade306ebc0267cd", "devDependencies": { "@types/jest": "^26.0.13", "jest": "^26.4.2", "prettier": "^2.1.1", "ts-jest": "^26.3.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.0.2" } }