-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 815 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"//0": "-----------------------------",
"//1": "* npm publish is done by the sbt-scrooge-typescript plugin",
"//2": "* contents of this file are ignored by the plugin",
"//3": "* name and repository values are set in build.sbt (see scroogeTypescriptNpmPackageName and scmInfo)",
"//4": "-----------------------------",
"name": "@guardian/content-atom-model",
"version": "7.0.2",
"description": "Content Atom JavaScript, automatically generated from the Thrift definition.",
"repository": {
"type": "git",
"url": "git+https://github.com/guardian/content-atom.git"
},
"main": "js/main.js",
"dependencies": {
"thrift": "^0.20.0"
},
"devDependencies": {
"typescript": "^4.5.4"
},
"license": "Apache-2.0",
"files": [
"js/main.js",
"generated/gen-nodejs"
]
}