owoify-js-ant
Version:
Fork of owoify-js by mohan-cao without the console logging
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "owoify-js-ant",
"version": "1.0.1",
"description": "Fork of owoify-js by mohan-cao without the console logging",
"keywords": [
"owo",
"owoifier",
"hell"
],
"repository": "git@github.com:PhoenixOnARoof/owoify-js.git",
"bugs": {
"url": "https://github.com/PhoenixOnARoof/owoify-js/issues"
},
"homepage": "https://github.com/PhoenixOnARoof/owoify-js/",
"private": false,
"license": "MIT",
"author": "Anthony <agriffith1107@gmail.com>",
"main": "dist/index.js",
"module": "dist/owoify-js.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"start": "tsdx watch",
"build": "tsdx build --format cjs,esm,umd",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "yarn build",
"prepublishOnly": "yarn test && yarn lint",
"preversion": "yarn lint",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"husky": "^3.1.0",
"tsdx": "^0.11.0",
"tslib": "^1.10.0",
"typescript": "^3.7.3"
}
}