2022-08-11 15:29:26 +00:00
|
|
|
{
|
|
|
|
|
"name": "@shared/ast",
|
2022-09-30 13:06:25 +00:00
|
|
|
"private": true,
|
2022-08-11 15:29:26 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
2023-10-09 11:50:26 +00:00
|
|
|
"main": "./index.ts",
|
2023-05-22 12:55:46 +00:00
|
|
|
"scripts": {
|
|
|
|
|
"test:unit": "jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='./' --coverageReporters='json-summary'",
|
|
|
|
|
"test:jest": "jest --watch",
|
|
|
|
|
"lint": "yarn g:lint",
|
|
|
|
|
"prettier": "yarn g:prettier",
|
|
|
|
|
"start": "rollup -c",
|
2023-10-09 11:50:26 +00:00
|
|
|
"build": "rollup -c"
|
2022-08-11 15:29:26 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-04-13 12:02:13 +00:00
|
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
|
|
|
"@types/escodegen": "^0.0.7",
|
|
|
|
|
"@types/lodash": "^4.14.120",
|
2024-11-21 20:23:58 +00:00
|
|
|
"acorn": "8.14.0",
|
|
|
|
|
"acorn-walk": "8.3.4",
|
2023-04-06 16:49:12 +00:00
|
|
|
"astravel": "^0.6.1",
|
2022-08-23 11:09:42 +00:00
|
|
|
"astring": "^1.7.5",
|
2023-04-03 10:41:15 +00:00
|
|
|
"escodegen": "^2.0.0",
|
2023-05-11 05:26:03 +00:00
|
|
|
"klona": "^2.0.5",
|
2022-08-23 11:09:42 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-11-19 02:34:25 +00:00
|
|
|
"rollup": "^2.79.2",
|
2023-04-13 12:02:13 +00:00
|
|
|
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
|
|
|
"rollup-plugin-typescript2": "^0.32.0",
|
2024-07-31 15:49:46 +00:00
|
|
|
"typescript": "^5.5.4",
|
2022-08-23 11:09:42 +00:00
|
|
|
"unescape-js": "^1.1.4"
|
2022-08-11 15:29:26 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-09-30 13:06:25 +00:00
|
|
|
"@types/jest": "29.0.3",
|
2022-08-11 15:29:26 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
|
|
|
|
"@typescript-eslint/parser": "^5.25.0",
|
2022-09-30 13:06:25 +00:00
|
|
|
"jest": "29.0.3",
|
2024-07-30 14:15:48 +00:00
|
|
|
"ts-jest": "29.1.0"
|
2023-10-09 11:50:26 +00:00
|
|
|
}
|
2022-08-11 15:29:26 +00:00
|
|
|
}
|