mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
* First attempt * cwd churn * cwd churn 2 * cwd churn 3 * cwd churn 4 * cwd churn 5 * cwd churn 6 * dump ls * Add a TS dangerfile * Faff with the CI * try to read suggestions * add bogus aframe change * use correct dir * handle no suggestions * delete more of aframe to get dts-critic to notice * now try yauzl * move danger to travis for now * Revert "delete more of aframe to get dts-critic to notice" This reverts commit 65ea09ff423500eb4320658dbd23adab05a6832b. * Revert "add bogus aframe change" This reverts commit a6546bd79f7cae2784031e0409dba731e7f3a1e5. * first try at formatting with markdown * maybe it's a line-oriented format * rebreak aframe * Better formatting Still not best * better wording, maybe better formatting * maybe I need a space to get autonumbering * even better formatting * special-case for >5 properties * Use a summary discolosure * Adds links to unpkg and the dts * Fix the unpkg link * Better unpkg/file linking 1. only show files if more than one was edited. 2. put top-level unpkg on top-level package heading * fix formatting and single-file skip * url needs trailing / * Revert "now try yauzl" This reverts commit 08ab2388194155d008f5ed68620a788ef9b8ae57. * Revert "rebreak aframe" This reverts commit 6ceed76f8abcbf83db55b8afc46d612378e64bd8. Co-authored-by: Orta Therox <orta.therox@gmail.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"private": true,
|
|
"name": "definitely-typed",
|
|
"version": "0.0.3",
|
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=7.8.0"
|
|
},
|
|
"scripts": {
|
|
"compile-scripts": "tsc -p scripts",
|
|
"not-needed": "node scripts/not-needed.js",
|
|
"update-codeowners": "node scripts/update-codeowners.js",
|
|
"test": "node node_modules/types-publisher/bin/tester/test.js --run-from-definitely-typed",
|
|
"lint": "dtslint types",
|
|
"prettier": "prettier"
|
|
},
|
|
"devDependencies": {
|
|
"danger": "^10.1.1",
|
|
"dtslint": "latest",
|
|
"prettier": "^2.0.2",
|
|
"types-publisher": "github:Microsoft/types-publisher#production"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"_comment": "This will remove husky from when we started migrating to use prettier",
|
|
"pre-commit": "npm uninstall husky"
|
|
}
|
|
},
|
|
"dependencies": {}
|
|
}
|