Files
discordeno/packages/plugins/validations/package.json
H01001000 f6422933df test/ci: update ci and coverage
* chore: change script naming

* ci: update include test

* test: add coverage
2022-12-02 17:13:05 +08:00

29 lines
775 B
JSON

{
"name": "@discordeno/validations-plugin",
"version": "18.0.0-alpha.1",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"build": "swc src --out-dir dist",
"build:type": "tsc --declaration --emitDeclarationOnly --declarationDir dist",
"release-build": "yarn build && yarn build:type",
"fmt": "prettier -w ./src",
"lint": "eslint \"src/**/*.ts*\"",
"test:type": "tsc --noEmit"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.21",
"eslint": "^8.0.1",
"eslint-config-discordeno": "*",
"tsconfig": "*",
"@discordeno/types": "18.0.0-alpha.1",
"typescript": "^4.9.3"
},
"dependencies": {
"@types/node": "^18.11.9"
}
}