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": "",
|
|
|
|
|
"main": "build/index.js",
|
|
|
|
|
"module": "build/index.es.js",
|
|
|
|
|
"types": "build/index.d.ts",
|
|
|
|
|
"files": [
|
|
|
|
|
"build"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"directory": "build"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2022-09-30 13:06:25 +00:00
|
|
|
"test:unit": "$(npm bin)/jest -b --colors --no-cache --silent --coverage --collectCoverage=true --coverageDirectory='../' --coverageReporters='json-summary'",
|
2022-08-23 11:09:42 +00:00
|
|
|
"test:jest": "$(npm bin)/jest --watch",
|
2022-08-11 15:29:26 +00:00
|
|
|
"build": "rollup -c",
|
|
|
|
|
"start": "rollup -c",
|
2022-09-12 09:15:47 +00:00
|
|
|
"link-package": "yarn install && rollup -c && cd build && cp -R ../node_modules ./node_modules && yarn link"
|
2022-08-11 15:29:26 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-08-23 11:09:42 +00:00
|
|
|
"acorn": "^8.8.0",
|
2022-08-11 15:29:26 +00:00
|
|
|
"acorn-walk": "^8.2.0",
|
2022-08-23 11:09:42 +00:00
|
|
|
"astring": "^1.7.5",
|
|
|
|
|
"lodash": "^4.17.21",
|
2022-08-11 15:29:26 +00:00
|
|
|
"rollup": "^2.77.0",
|
2022-08-23 11:09:42 +00:00
|
|
|
"typescript": "4.5.5",
|
|
|
|
|
"unescape-js": "^1.1.4"
|
2022-08-11 15:29:26 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@babel/preset-typescript": "^7.17.12",
|
|
|
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
2022-09-30 13:06:25 +00:00
|
|
|
"@types/jest": "29.0.3",
|
2022-09-12 09:15:47 +00:00
|
|
|
"@types/lodash": "^4.14.120",
|
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",
|
2022-08-11 15:29:26 +00:00
|
|
|
"rollup-plugin-generate-package-json": "^3.2.0",
|
|
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
|
|
|
"rollup-plugin-typescript2": "^0.32.0",
|
2022-09-30 13:06:25 +00:00
|
|
|
"ts-jest": "29.0.1"
|
2022-08-11 15:29:26 +00:00
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC"
|
|
|
|
|
}
|