38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "mmkr",
|
|
"version": "1.0.1",
|
|
"description": "MMaker's After Effects Expression Library",
|
|
"main": "dist/mmkr.jsx",
|
|
"scripts": {
|
|
"test": "jest --watch",
|
|
"tsc": "tsc",
|
|
"build": "rollup -c",
|
|
"watch": "rollup -cw",
|
|
"release": "npm run build && gh release create $(node -pe \"require('./package.json').version\") $(node -pe \"require('./package.json').main\")"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"author": "MMaker",
|
|
"license": "MIT",
|
|
"homepage": "https://mmaker.moe",
|
|
"devDependencies": {
|
|
"@rollup/plugin-replace": "^2.4.1",
|
|
"@rollup/plugin-typescript": "^8.2.0",
|
|
"@types/jest": "^26.0.22",
|
|
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
|
"@typescript-eslint/parser": "^4.22.0",
|
|
"eslint": "^7.24.0",
|
|
"jest": "^26.6.3",
|
|
"rollup": "^2.42.4",
|
|
"rollup-plugin-ae-jsx": "^2.0.0",
|
|
"ts-jest": "^26.5.4",
|
|
"tslib": "^2.1.0",
|
|
"typescript": "^4.2.3"
|
|
},
|
|
"dependencies": {
|
|
"expression-globals-typescript": "^3.1.6"
|
|
}
|
|
}
|