0
0
Fork 0
mirror of https://github.com/actions-rs/cargo.git synced 2025-05-04 01:29:21 +03:00

Update package.json

This commit is contained in:
Rin Arakaki 2023-02-13 03:22:33 +09:00 committed by GitHub
parent 94c3dae466
commit cef7e647b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,10 +10,9 @@
},
"scripts": {
"bundle": "cp -r .matchers ./dist/",
"build": "rm -rf ./dist/* && ncc build src/main.ts --minify && npm run bundle",
"build": npm run bundle",
"format": "prettier --write 'src/**/*.ts' '__tests__/**/*.ts'",
"lint": "tsc --noEmit && eslint 'src/**/*.ts' '__tests__/**/*.ts'",
"watch": "rm -rf ./dist/* && ncc build src/main.ts --watch",
"test": "jest -c jest.config.json"
},
"repository": {
@ -36,11 +35,6 @@
"string-argv": "^0.3.1"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
@ -48,7 +42,6 @@
"jest-circus": "^29.4.2",
"npm-check-updates": "^16.7.4",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5"
"ts-jest": "^29.0.5"
}
}