Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-apollo-app

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-apollo-app - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/index.d.ts

57

package.json
{
"name": "create-apollo-app",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.0.2",
"description": "Apollo GraphQL apps creator",
"repository": "https://github.com/sysgears/jsapp.git",
"author": "Victor Vlasenko <victor.vlasenko@sysgears.com>",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "rm -rf ./lib",
"build": "tsc -p tsconfig.build.json",
"watch": "tsc -p tsconfig.build.json -w",
"lint": "tslint -p tsconfig.json --fix -c ../../tslint.json",
"tests": "jest",
"test": "yarn tests && yarn lint",
"prepublishOnly": "yarn clean && yarn build"
},
"author": "Victor Vlasenko <victor.vlasenko@sysgears.com> (https://github.com/sysgears)",
"license": "MIT"
"bin": {
"create-apollo-app": "create-apollo-app.js"
},
"files": [
"lib/*.js",
"lib/*.d.ts",
"lib/*.map"
],
"devDependencies": {
"@types/node": "^7.0.18",
"prettier": "^1.6.1",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.5.0",
"tslint-plugin-prettier": "^1.3.0",
"typescript": "^2.8.3"
},
"prettier": {
"printWidth": 120,
"singleQuote": true,
"parser": "babylon"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/../../node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
},
"dependencies": {
"@jsapp/creator": "^0.0.1",
"source-map-support": "^0.5.6"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc