-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·48 lines (48 loc) · 1.33 KB
/
package.json
File metadata and controls
executable file
·48 lines (48 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@js07/pd-convert-actions",
"version": "0.7.4",
"description": "Convert legacy actions to component actions",
"main": "index.js",
"typings": "index.d.ts",
"type": "module",
"scripts": {
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"gen-examples": "node ./bin/gen-examples.js ./test/data/actions.csv"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/js07/pd-convert-actions.git"
},
"dependencies": {
"@putout/plugin-remove-empty-pattern": "^4.2.2",
"acorn-stage3": "^4.0.0",
"camelcase": "^7.0.1",
"csvtojson": "^2.0.10",
"eslint": "^8.36.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsonc": "^2.7.0",
"eslint-plugin-pipedream": "^0.2.4",
"eslint-plugin-putout": "^17.1.0",
"handlebars": "^4.7.7",
"hermes-parser": "^0.11.1",
"inquirer": "^9.1.5",
"jscodeshift": "^0.14.0",
"json2csv": "^5.0.6",
"lodash.once": "^4.1.1",
"minimist": "^1.2.5",
"nanoid": "^4.0.2",
"param-case": "^3.0.4",
"prettier": "^2.8.7",
"putout": "^29.1.5",
"safe-identifier": "^0.4.2",
"tenko": "^2.0.1",
"varname": "^5.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.9",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"jest": "^29.5.0"
}
}