Fix StartOS 0.4 TypeScript packaging to match SDK API
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "isomorphic-fetch",
|
||||
"version": "3.0.0",
|
||||
"description": "Isomorphic WHATWG Fetch API, for Node & Browserify",
|
||||
"browser": "fetch-npm-browserify.js",
|
||||
"main": "fetch-npm-node.js",
|
||||
"scripts": {
|
||||
"files": "find . -name '*.js' ! -path './node_modules/*' ! -path './bower_components/*'",
|
||||
"test": "jshint `npm run -s files` && lintspaces -i js-comments -e .editorconfig `npm run -s files` && mocha"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/matthew-andrews/isomorphic-fetch.git"
|
||||
},
|
||||
"author": "Matt Andrews <matt@mattandre.ws>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/matthew-andrews/isomorphic-fetch/issues"
|
||||
},
|
||||
"homepage": "https://github.com/matthew-andrews/isomorphic-fetch/issues",
|
||||
"dependencies": {
|
||||
"node-fetch": "^2.6.1",
|
||||
"whatwg-fetch": "^3.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "^4.2.0",
|
||||
"jshint": "^2.5.11",
|
||||
"lintspaces-cli": "^0.7.1",
|
||||
"mocha": "^8.1.3",
|
||||
"nock": "^13.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user