32 lines
796 B
JSON
32 lines
796 B
JSON
{
|
|
"name": "30-seconds-of-code",
|
|
"description": "A collection of useful JavaScript snippets.",
|
|
"version": "1.2.3",
|
|
"main": "dist/_30s.js",
|
|
"module": "dist/_30s.esm.js",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"linter": "node ./scripts/lint.js",
|
|
"extractor": "extract-snippet-data config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/30-seconds/30-seconds-of-code.git"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"snippets",
|
|
"list"
|
|
],
|
|
"author": "Chalarangelo (chalarangelo@gmail.com)",
|
|
"license": "CC0-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/30-seconds/30-seconds-of-code/issues"
|
|
},
|
|
"homepage": "https://30secondsofcode.org/",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@30-seconds/integration-tools": "^2.0.0"
|
|
}
|
|
}
|