Comparing version 1.1.3-alpha.113 to 1.1.3-alpha.161
{ | ||
"name": "cdeops", | ||
"version": "1.1.3-alpha.113", | ||
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor", | ||
"license": "Apache-2.0", | ||
"author": "CDMBase LLC", | ||
"sideEffects": false, | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"types": "./src/cdeops.d.ts", | ||
"files": [ | ||
"server.d.ts", | ||
"server.js", | ||
"client.d.ts", | ||
"client.js", | ||
"src", | ||
"dist/docs" | ||
], | ||
"scripts": { | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "webpack", | ||
"build:lib:watch": "npm run build:lib -- --watch", | ||
"docs": "typedoc", | ||
"prepublishOnly": "npm run tslint && npm run docs", | ||
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'", | ||
"watch": "npm run build:lib:watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "6afc73a429bcad03ad9ed01d229d331119d6a63c" | ||
"name": "cdeops", | ||
"version": "1.1.3-alpha.161", | ||
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor", | ||
"license": "Apache-2.0", | ||
"author": "CDMBase LLC", | ||
"sideEffects": false, | ||
"main": "src/index.js", | ||
"module": "src/index.js", | ||
"types": "./src/cdeops.d.ts", | ||
"files": [ | ||
"server.d.ts", | ||
"server.js", | ||
"client.d.ts", | ||
"client.js", | ||
"src", | ||
"dist/docs" | ||
], | ||
"scripts": { | ||
"build": "npm run build:clean && npm run build:lib", | ||
"build:clean": "rimraf lib", | ||
"build:lib": "webpack", | ||
"build:lib:watch": "npm run build:lib -- --watch", | ||
"docs": "typedoc", | ||
"prepublishOnly": "npm run tslint && npm run docs", | ||
"tslint": "tslint -c tslint.json -p tsconfig.json './src/**/*.{ts,js}'", | ||
"watch": "npm run build:lib:watch" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "d427d960a3d0d6e97b25e7fa8958a117ce842fb4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68263