cardio-node
Version:
Keep your apps in shape with cardio
42 lines (41 loc) • 1.25 kB
JSON
{
"version": "1.0.4",
"name": "cardio-node",
"description": "Keep your apps in shape with cardio",
"author": "Arvind Kumar <arvind@enkrypt.in> (https://arvind.io)",
"contributors": [
"Sohan Manju"
],
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist"
],
"repository": "github:EnKrypt/cardio-node",
"engines": {
"node": ">=10"
},
"scripts": {
"watch": "tsdx watch",
"build": "tsdx build --target node && rm dist/cardio-node.cjs.development.js dist/cardio-node.cjs.development.js.map dist/index.js && cp ./production-index.js dist/index.js",
"sample": "node test.js",
"prepublishOnly": "tsdx build --target node && rm dist/cardio-node.cjs.development.js dist/cardio-node.cjs.development.js.map dist/index.js && cp ./production-index.js dist/index.js"
},
"peerDependencies": {},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"module": "dist/cardio-node.esm.js",
"devDependencies": {
"@types/node": "^14.14.41",
"fastify": "^3.14.1",
"tsdx": "^0.14.1",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"dependencies": {}
}