57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@zwave-js/transformers",
|
|
"version": "14.3.6",
|
|
"description": "zwave-js: compile-time transformers",
|
|
"private": true,
|
|
"keywords": [],
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"exports": {
|
|
".": "./build/index.js",
|
|
"./validateArgs/program": "./build/validateArgs/transformProgram.js",
|
|
"./validateArgs/decorators": "./build/validateArgs/transformDecorators.js"
|
|
},
|
|
"files": [
|
|
"build/**/*.{js,cjs,mjs,d.ts,d.cts,d.mts,map}",
|
|
"build/**/package.json"
|
|
],
|
|
"author": {
|
|
"name": "AlCalzone",
|
|
"email": "d.griesel@gmx.net"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/zwave-js/node-zwave-js#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zwave-js/node-zwave-js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zwave-js/node-zwave-js/issues"
|
|
},
|
|
"funding": {
|
|
"url": "https://github.com/sponsors/AlCalzone/"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b tsconfig.build.json --pretty",
|
|
"clean": "del-cli build/ \"*.tsbuildinfo\"",
|
|
"bootstrap": "yarn build",
|
|
"pretest": "del-cli \"test/fixtures/*.{mjs,map}\" && tsc -p tsconfig.test.json && cpy \"test/build/test/fixtures/*.mjs\" test/fixtures && del-cli test/build",
|
|
"lint:ts": "eslint --cache \"src/**/*.ts\"",
|
|
"lint:ts:fix": "yarn run lint:ts --fix",
|
|
"test:ts": "vitest",
|
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
},
|
|
"devDependencies": {
|
|
"cpy-cli": "^5.0.0",
|
|
"del-cli": "^6.0.0",
|
|
"execa": "^5.1.1",
|
|
"ts-morph": "^24.0.0",
|
|
"tsutils": "^3.21.0",
|
|
"typescript": "5.6.2",
|
|
"vitest": "^2.1.4"
|
|
}
|
|
}
|