mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Update package.json
This commit is contained in:
parent
c724f1494d
commit
97c9184764
1 changed files with 19 additions and 19 deletions
38
package.json
38
package.json
|
|
@ -6,10 +6,10 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#.git"
|
"url": "git://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#.git"
|
||||||
},
|
},
|
||||||
"main": "./dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node ./dist/test",
|
"test": "node dist/test/",
|
||||||
"cdn:bundle:.js": "simplifyify dist/index.js -s #{REPO_NAME_NO_DASHES}# -o dist/bundle.js --debug --bundle",
|
"cdn:bundle:.js": "simplifyify dist/index.js -s #{REPO_NAME_NO_DASHES}# -o dist/bundle.js --debug --bundle",
|
||||||
"cdn:bundle:.min.js": "terser dist/bundle.js -cmo dist/bundle.min.js",
|
"cdn:bundle:.min.js": "terser dist/bundle.js -cmo dist/bundle.min.js",
|
||||||
"cdn:bundle": "npm run cdn:bundle:.js && npm run cdn:bundle:.min.js",
|
"cdn:bundle": "npm run cdn:bundle:.js && npm run cdn:bundle:.min.js",
|
||||||
|
|
@ -40,27 +40,27 @@
|
||||||
"author": "u/#{USER_OR_ORG}#",
|
"author": "u/#{USER_OR_ORG}#",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"files": [
|
"files": [
|
||||||
"/dist/*.{d.ts,js,js.map}",
|
"src/",
|
||||||
"/dist/tools/",
|
"!src/test/",
|
||||||
"/dist/zz_esm/",
|
"dist/",
|
||||||
"/src/*.ts",
|
"!dist/test/",
|
||||||
"/src/tools/"
|
"!dist/tsconfig.tsbuildinfo"
|
||||||
],
|
],
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
|
"homepage": "https://github.com/#{USER_OR_ORG}#/#{REPO_NAME}#",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^3.9.0",
|
"typescript": "^3.9.7",
|
||||||
"@types/node": "^10.0.0",
|
"@types/node": "^10.0.0",
|
||||||
"denoify": "0.2.15",
|
"denoify": "0.4.11",
|
||||||
"evt": "1.7.11",
|
"evt": "1.8.7",
|
||||||
"simplifyify": "8.0.1",
|
"simplifyify": "8.0.3",
|
||||||
"terser": "4.6.13",
|
"terser": "5.1.0",
|
||||||
"husky": "^4.2.1",
|
"husky": "^4.2.5",
|
||||||
"prettier": "^1.19.1",
|
"prettier": "^2.0.5",
|
||||||
"eslint": "^7.1.0",
|
"eslint": "^7.7.0",
|
||||||
"@typescript-eslint/parser": "^3.0.1",
|
"@typescript-eslint/parser": "^3.9.1",
|
||||||
"@typescript-eslint/eslint-plugin": "^3.0.1",
|
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||||||
"eslint-config-prettier": "^6.11.0",
|
"eslint-config-prettier": "^6.11.0",
|
||||||
"lint-staged": "^10.2.6"
|
"lint-staged": "^10.2.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue