mapper-tsk
Version:
mapper tool to use with or without NodeTskeleton template project
40 lines • 1.03 kB
JSON
{
"name": "mapper-tsk",
"version": "2.0.6",
"description": "mapper tool to use with or without NodeTskeleton template project",
"repository": {
"type": "git",
"url": "https://github.com/harvic3/nodetskeleton-tools"
},
"keywords": [
"mapper",
"map",
"tskeleton",
"flow",
"work flow",
"flow control",
"tool"
],
"author": "Vickodev<harvic3@proton.me>",
"license": "BSD 3-Clause",
"homepage": "https://github.com/harvic3/nodetskeleton-tools/blob/master/src/mapper-tsk/README.md",
"bugs": {
"url": "https://github.com/harvic3/nodetskeleton-tools/issues"
},
"directories": {
"lib": "lib"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"runkitExampleFilename": "demo/runkitExample.js",
"scripts": {
"build": "rm -rf lib/* && tsc --sourceMap false",
"build-map": "rm -rf lib/* && tsc",
"upload": "npm run build && npm publish"
},
"devDependencies": {
"@types/node": "^20.16.10",
"typescript": "^5.6.2"
},
"dependencies": {}
}